Attribute | Data Type | Description | Access | Inherited From |
---|---|---|---|---|
BlocksFrames | smallint | Indicates whether all frames should be inactive while the current frame is running | RW | Defined |
DataEntryErrorHandler | ProcHandle | Contains the handle of a procedure that handles data entry errors | RW | Defined |
DBSession | DBSessionObject | Specifies the current database session of a frame or procedure | RW | Defined |
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 |
InInitialize | integer | Indicates whether the frame or ghost frame is in the process of being initilialized (still executing the INITIALIZE block) | R | Defined |
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 |
LineNumber | integer | Contains the processed script line number of the frame, procedure, or method currently being executed | R | Defined |
LocalScope | scope | Contains the local scope of the frame, procedure, or method currently being executed | R | Defined |
Name | varchar | Contains the name of the frame, procedure, or method currently being executed | R | Defined |
ObjectSource | Proc4GLSource | Contains the source description of a frame or procedure | R | Defined |
Parent | ProcExec | References the frame, procedure, or method that called the curently executing frame, procedure, or method | R | Defined |
Queries | array of QueryObject | Is an array of query objects associated with the currently running procedure | RW | Defined |
Scope | Scope | Specifies the Scope object for the currently running frame or procedure represented by the ProcExec object | R | Defined |