A handle to a single-run or singleton procedure (a procedure invoked with the PROCEDURE-TYPE set to "SINGLE-RUN" or "SINGLETON", respectively)
Data type:
Access:
Applies to:
call-object:IN-HANDLE = handle-expression char-expression
call-object:INVOKE( )
Table 82 lists the different ways of setting IN-HANDLE.
Table 82: When you use IN-HANDLE to call an internal procedure, IN-HANDLE affects INVOKE( ) the same way the IN proc-handle phrase affects the RUN statement. Similarly, when you use IN-HANDLE to call a user-defined function, it affects INVOKE( ) the same way the IN proc-handle phrase affects the DYNAMIC-FUNCTION function. In both cases, IN-HANDLE specifies the instance of the external procedure that contains the internal procedure or user-defined function.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |