Return type:
Applies to:
REMOVE-SUPER-PROCEDURE ( super-proc-hdl )
Note: If super-proc-hdl is not a valid procedure handle or is not currently a super procedure of the local procedure or of the current ABL session, the AVM does not report a run-time error.REMOVE-SUPER-PROCEDURE returns FALSE if super-proc-hdl is not a valid handle. Otherwise, it returns TRUE.
THIS-PROCEDURE:REMOVE-SUPER-PROCEDURE(my-super-proc-hdl).
local-proc-hdl:REMOVE-SUPER-PROCEDURE(my-super-proc-hdl).
SESSION:REMOVE-SUPER-PROCEDURE(my-super-proc-hdl).
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |