[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  o:Super                      Send a message to the Parentclass
---------------------------------------------------------------------------------


 SYNTAX:

  <obj>:Super:<cMethod>[(param)]


 DESCRIPTION:

  The SUPER prefix will tell Objects that you want to call the overloaded 
  Method <cMethod> of the Parentclass, and not the Method <cMethod> of the
  inherited Child class.

  If you have inherited from the TWBROWSE Class, and replaced the TWBROWSE
  Method "SETARRAY" with a new Method, then oMyBrowse:SetArray() will invoke 
  your new Method, while oMyBrowse:Super:SetArray() will invoke the original
  Parents Method. 



This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson