Auto_Clear_DEO_State - cBaseDbLocalWebControlHost
Determines if object will clear after a successful save occurs
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Auto_Clear_DEO_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Auto_Clear_DEO_State to IntegerVariable |
| Write Access: | Set Auto_Clear_DEO_State to IntegerVariable/Value |
Description
If the value of the Auto_Clear_DEO_State property is True, this object will clear after a successful save occurs. Intended to be set.
If you want to change the value of this property from it's class-level default value (for example, to make a particular view not cler after a save), you have to set this property in a data entry object (DEO) or data-aware container (e.g. dbView) that has an explicit 'Set Server' statement, or the property value will not be used.
Default is True.