Create
This command loads a COM object stored on the CE device. Calling Create multiple times on the same program id will increment the reference count. Create will only register for events, if specified, on the first call to Create.
The SysErr.Number object should be inspected to determine if Create was successful.
Group: ce Object
Syntax: [bOK =] oMyObj.Create
bOK (Boolean) Optional – the success or failure of the command.
Example:(See Execute)