Language Reference Guide : 4. System Classes : MethodExec Class : SendSuperClass Method
 
Share this page                  
SendSuperClass Method
The SendSuperClass method invokes the method that belongs to the parent class of the same name. This method is invoked on the CurMethod system variable.
This method has the following syntax:
smallint = MethodExec.SendSuperClass()
The SendSuperClass method passes the same arguments to the parent class's method that were passed to the current method. Therefore, the SendSuperClass method takes no parameters.