Auto_Index_State - DataList_
Determines how the popup lists will be ordered
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Auto_Index_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Auto_Index_State to IntegerVariable |
| Write Access: | Set Auto_Index_State to IntegerVariable/Value |
Description
If the Auto_Index_State property is set to true, popup lists will be activated automatically in the order of the main index of the field for the column the cursor is located in on activation. If used together with auto_column_state, the lists will pop up with the cursor in the list column for the field to which the invoking item is connected, and the list will be ordered in the order of the main index of that field.
If Auto_Index_State is false, the list will be ordered by the index contained in the value of the ordering property.
Default is false.