Auto_Label_State - dbGridDD
Determines if this object will draw label values from the DDO rather than from any label that may be set in this object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Auto_Label_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Auto_Label_State to IntegerVariable |
| Write Access: | Set Auto_Label_State to IntegerVariable/Value |
Description
If Auto_Label_State is set to True, this object will draw label values from the DDO rather than from any label that may be set in this object.
When used within single-item objects (e.g. Form, dbForm, cTextEdit), the object uses the field's long label name. When used within multi-item objects (e.g. Grid, dbGrid), the object uses the field's short label name.
Default is False.