Retain_No_Change_State - dbBasicComboForm_
Determines if the item_changed_state of items have true or false values
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Retain_No_Change_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Retain_No_Change_State to IntegerVariable |
| Write Access: | Set Retain_No_Change_State to IntegerVariable/Value |
Description
The default for the Retain_no_change_state property true keeps the item_changed_state of items receiving default values false until and unless they are explicitly changed. If your program needs the item_changed_state of such items to be true, you can provide such behavior by setting this property false.
Default is true.