Methods of a call object handle
- Last Updated: November 21, 2013
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Methods of a call object handle
The following table lists the methods of a call object handle.
| Method | Return Type | Description |
|---|---|---|
CLEAR( ) method |
LOGICAL
|
Resets each attribute of the call object to
its default value. Note: To reset just the parameters,
set the NUM-PARAMETERS attribute to zero. |
INVOKE( ) method |
None (similar to the |
Lets you dynamically do the following:
Note: INVOKE( ) cannot
occur within an expression. |
SET-PARAMETER( ) method |
LOGICAL
|
Lets you set parameters for one of the following:
|