IDLitTool::GetService

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitTool::GetService method retrieves a service that has been registered with the iTool.

Syntax

Result = Obj->[IDLitTool::]GetService(IdService)

Return Value

Returns an object reference for the service.

Arguments

IdService

The relative identifier of the desired service.

Note
IdService should specify only the relative identifier, not the fully-qualified identifier. See iTool Object Identifiers (iTool Developer's Guide) for details.

Keywords

None

Version History

6.0

Introduced