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

IDLitComponent::GetFullIdentifier


Syntax | Return Value | Arguments | Keywords | Version History

The IDLitComponent::GetFullIdentifier function method navigates the iTool object container hierarchy of the object on which it is called and retrieves the fully-qualified object identifier. The full identifier is constructed by recursively retrieving the parent object reference and prepending this to the identifier, separated by / characters. The parent must inherit from the IDLitContainer class. The full identifier string has the following form:

/TOPID/GRANDPARENTID/PARENTID/OBJID 

If the Objref argument is specified, the function returns the object identifier path relative to the specified object.

See iTool Object Identifiers for additional discussion of object identifiers.

Syntax

Result = Obj->[IDLitComponent::]GetFullIdentifier([Objref])

Return Value

Returns a string containing the object identifier.

Arguments

Objref

An object reference to an iTool component object. If this argument is specified, the returned value is an relative object identifier, beginning with Objref. If this argument is not specified, the returned value is a fully-qualified object identifier.

Keywords

None

Version History

Introduced: 6.0


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