Language Reference Guide : 4. System Classes : MethodExec Class
 
Share this page                  
MethodExec Class
The MethodExec class is an object representing a specific instantiation of a given user class method.
To access the MethodExec object from your 4GL code, you can use the following system variables from anywhere within the ClassSource script:
CurMethod
Accesses information about the currently executing MethodExec object
CurObject
Accesses the attributes of the user class object that the current method is manipulating
Inherits From
Object Class
ProcExec Class
Inherited By
None
Attributes
None
Methods
SendSuperClass