Release
This command releases the COM object on a Window CE device. Calling Release multiple times on the same program ID will decrement the reference count. Release will free the object when the reference count reaches 0.
The SysErr.Number object should be inspected to determine if Release was successful.
Group: ceObject
Syntax: [bOK =] oMyObj.Release
bOK (Boolean) Optional – the success or failure of the command.
Example: (See Execute)