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.
Result = Obj->[IDLitComponent::]GetFullIdentifier([Objref])
Returns a string containing the object identifier.
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.
None
Introduced: 6.0