4D v18

dataClassAttribute.autoFilled

Home

 
4D v18
dataClassAttribute.autoFilled

dataClassAttribute.autoFilled 


 

   
Parameter Type   Description
dataClassAttribute.autoFilled   Boolean in True if the attribute value is generated automatically by 4D

The dataClassAttribute.autoFilled contains True if the attribute value is automatically filled by 4D. This property corresponds to the following 4D field properties:

  • "Autoincrement", for numeric type fields
  • "Auto UUID", for UUID (alpha type) fields.

This property is not returned if dataClassAttribute.kind = "relatedEntity" or "relatedEntities".

Note: For generic programming, you can use Bool(dataClassAttribute.autoFilled) to get a valid value (false) even if autoFilled is not returned. 

 
PROPERTIES 

Product: 4D
Theme: ORDA - DataClassAttribute

 
HISTORY 

Created: 4D v17 R5

 
ARTICLE USAGE

4D Language Reference ( 4D v18)