System Reference Summary : System Classes : GhostExec Class
 
Share this page          
GhostExec Class
GhostExec Attributes
Attribute
Data Type
Description
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
DBEvent
DBEventObject
Contains information about the database event currently being processed by a frame (R)
Defined
DBSession
DBSessionObject
Specifies the current database session of a frame or procedure (RW)
ProcExec
EventName
varchar(256)
Contains the mandatory value passed in the SendUserEvent method (R)
Defined
EventType
varchar(256)
Contains the name of the event type (R)
Defined
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
MessageErrorCode
integer
When a frame receives a user event, this attribute contains an error code value (R)
Defined
MessageFloat
float
Contains the optional floating value passed in SendUserEvent method (R)
Defined
MessageInteger
integer
Contains the optional integer value passed in SendUserEvent method (R)
Defined
MessageObject
Object
Contains the optional object passed with the SendUserEvent method (R)
Defined
MessageVarchar
varchar(256)
Contains the optional varchar value passed in SendUserEvent method (R)
Defined
ObjectSource
Proc4GLSource
Contains the source description of a frame or procedure (R)
ProcExec
ParentFrame
ProcExec
Specifies the caller of this frame (can be set only in the with clause of the openframe statement) (RW1)
Defined
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