IDLitContainer::RemoveByIdentifier
Syntax | Return Value | Arguments | Keywords | Version History
The IDLitContainer::RemoveByIdentifier function method removes an object from a container hierarchy using the specified identifier to locate the object.
Syntax
Result = Obj->[IDLitContainer::]RemoveByIdentifier(Identifier)
Return Value
Returns an object reference to the object that was removed from the hierarchy, or a null object reference if no object was removed.
Arguments
Identifier
The object identifier of the object that should be removed from the container hierarchy. The Identifier argument can be either a fully-qualified object identifier (beginning with a "/" character) or a relative to the container on which this method is called.
See iTool Object Identifiers (iTool Developer's Guide) for a discussion of object identifier strings.
Keywords
None
Version History