The IDLitCommandSet::Init function method initializes the object.
| Note |
Obj = OBJ_NEW('IDLitCommandSet')
or
Result = Obj->[IDLitCommandSet::]Init() (In a subclass' Init method only.)
When this method is called indirectly, as part of the call to the OBJ_NEW function, the return value is an object reference to the newly-created object.
When called directly within a subclass Init method, the return value is 1 if initialization was successful, or zero otherwise.
None
All keywords are passed to the superclass of this object (IDLitCommand).
Introduced: 6.0