IDLitTool::AddService
Syntax | Arguments | Keywords | Version History
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.
Syntax
Obj->[IDLitTool::]AddService, oService
Arguments
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.
Keywords
None
Version History