|
IDL Reference Guide: iTools Object Classes |
|
The IDLitTool::AddService procedure method adds a service to the iTool. Unlike the register methods, which register the definition of an object class to be instantiated later, this method takes an existing object instance and adds it to the service repository in the iTool.
The relative identifier for the service added will be SERVICES/identifier, where identifier is the value of the IDENTIFIER property of the service object.
Obj->[IDLitTool::]AddService, oService
An object reference to the service to be added to the service repository.
| Note The service object reference can be retrieved later by providing the service's object identifier to the IDLitTool::GetService method. |
None
IDL Online Help (March 06, 2007)