Attribute | Data Type | Description | Access | Inherited From |
---|---|---|---|---|
BlocksFrames | smallint | Indicates whether all frames should be inactive while the current frame is running | RW | ProcExec |
ClassName | varchar(32) | Gives the name of an object's actual type (as opposed to its declared type) | R | Object |
ClientData | Object | Provides a way to associate data with an object | RW | Object |
DataEntryErrorHandler | ProcHandle | Contains the handle of a procedure that handles data entry errors | RW | ProcExec |
DBSession | DBSessionObject | Specifies the current database session of a frame or procedure | RW | ProcExec |
InInitialize | integer | Indicates whether the frame or ghost frame is in the process of being initilialized (still executing the INITIALIZE block) | R | ProcExec |
InstanceIdentifier | integer8 | Contains a value that uniquely identifies an instance of an allocated object | R | Object |
InstanceReferences | integer | Contains the current number of references to the object | R | Object |
ObjectSource | Proc4GLSource | Contains the source description of a frame or procedure | R | ProcExec |
Queries | array of QueryObject | Is an array of query objects associated with the currently running procedure | RW | ProcExec |
Scope | Scope | Specifies the Scope object for the currently running frame or procedure represented by the ProcExec object | R | ProcExec |