<
(SENDSELF name {arguments})>
Inside a DEFMETHOD - ENDMETHOD pair it is often necessary to invoke a method of the class the method is currently being defined on. This can be accomplished using the SENDSELF statement which does nothing more than issuing a SENDCLASS with the current class automatically filled in.