This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19.8
dataClassAttribute.unique

dataClassAttribute.unique 


 

dataClassAttribute.unique -> unique 
Parameter Type   Description
unique  Boolean in True if the attribute value must be unique

The dataClassAttribute.unique contains True if the attribute value must be unique. This property corresponds to the "Unique" 4D field property.

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

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

 
PROPERTIES 

Product: 4D
Theme: ORDA - DataClassAttribute

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v17 R5

 
ARTICLE USAGE

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)