REMOVE-SUPER-PROCEDURE( ) method
Dissociates a super procedure file from a procedure file or from the current ABL session. Returns FALSE for a Web service procedure.
Note: Dissociating a super procedure file from the current ABL session does not automatically dissociate the super procedure file from procedure files within the session.Return type: LOGICAL
Applies to: Procedure object handle, SESSION system handle
super-proc-hdl
REMOVE-SUPER-PROCEDURE returns FALSE if
super-proc-hdl
is not a valid handle. Otherwise, it returns TRUE.The following code fragment dissociates a super procedure from the current procedure:
The following code fragment dissociates a super procedure from a procedure file other than the current procedure:
The following code fragment dissociates a super procedure from the current ABL session:
OpenEdge Release 10.2B
|