Changed_State - DfBaseList
Set when users change information in the items of the menu
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean Changed_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Changed_State to BooleanVariable |
| Write Access: | Set Changed_State to BooleanVariable/Value |
Description
The changed_state of an object is set when users change information in the items of the menu. Users may change an item by performing data entry with the entry message, or changing its select_state with the kspace key. If the changed_state of the object is set true, then the item_changed_state of all the items of the object will be set true. This does not hold for setting the object's changed_state false.
set changed_state to false
get changed_state of (amenu(self)) to var
if changed_state send save_data
The object will not save when this state is false. When necessary (as when changes are made other than through the keyboard), set this state to true explicitly.
Default is false.