This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19.8
dataClassAttribute.autoFilled
|
dataClassAttribute.autoFilled -> autoFilled | ||||||||
Parameter | Type | Description | ||||||
autoFilled | Boolean |
![]() |
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:
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.
Product: 4D
Theme: ORDA - DataClassAttribute
Created: 4D v17 R5
4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)
4D Language Reference ( 4D v19.4)
4D Language Reference ( 4D v19.5)
4D Language Reference ( 4D v19.6)
4D Language Reference ( 4D v19.7)
4D Language Reference ( 4D v19.8)