Skip to content

Static_State - ValidationList

Determines if the list will only be initialized once the first time this object is activated

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

Parameters

Parameter Type Description
iState Integer Item or column (0 if omitted)

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 flag is true, the list will only be initialized once (by Initialize_List) the first time this object is activated. In applications that allow editing of the list ("Code Maintenance" functions and the like) it is important that the Static_State property be set false in order to give effect to such changes during the sessions in which they are made.