Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

IDLitTool::AddService


Syntax | Arguments | Keywords | Version History

The IDLitTool::AddService procedure method adds a service to the iTool. Unlike registration methodologies provided by the iTool, the method takes an existing object and adds it to the service repository in the iTool.

When a service is added to the system, a description of this service class is placed in the tools service folder. If it is desired to retrieve this descriptor at a later time, the iTool relative identifier would be SERVICES/identifier, where identifier is the identifier provided to this method.

Syntax

Obj->[IDLitTool::]AddService, Service

Arguments

Service

Set this variable to the service to add to the tools service repository. This service can be retrieved at a later point in time using its identifier (specified when creating the service object via the identifier keyword).

Keywords

None

Version History

Introduced: 6.0


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]