Skip to content

Static_State - ValidationTable

Determines whether object loads once per session or dynamically.

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Static_State
Access Type Syntax
Read Access: Get Static_State to IntegerVariable
Write Access: Set Static_State to IntegerVariable/Value

Description

If this property is set to False, this object loads its list every time it is requested to validate or fill a foreign list. In its default state, it loads its list only once in each session. In applications that allow editing of the list ("Code Maintenance" functions and the like), it is important that this property be set to False in order to give effect to such changes during the sessions in which they are made. The default value of this property is True.