Allows to release an object created with the OLECREATE command.
LNCCLOSE command allows to release all automatically.
Syntax
CHGVAR |
VAR(&CMD) VALUE('OLERELEASE') |
CHGVAR |
VAR(&PARM1) VALUE('"Reference towards the object"') |
CHGVAR |
VAR(&PARM2) VALUE(' ') |
CALL |
PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 + &PARM2 &RESULT) |
Parameters
Parameters |
|
Parm1 |
Reference to the application whose object we want to release. |
|
|
Example
See OLECREATE.
See also
• OLECALL