Language Reference Guide : 4. System Classes : ProcExec Class : InInitialize Attribute
 
Share this page                  
InInitialize Attribute
Data Type: integer
4GL Access: R
The InInitialize attribute indicates whether the frame or ghost frame is in the process of being initilialized (still executing the INITIALIZE block). If execution is currently within or as a result of being in the INITIALIZE block, this attribute is set to 1; if not, it is set to 0.
For more information, see "How You Can Determine If a Frame Is Being Initialized" in the Programming Guide.