ListElement::Detach
Defined in:
Removes an object from any list to which it belongs.
TSList.h
Prototype
virtual void Detach(void);
Description
The Detach
function removes an object from its owning list. If the object is not a member of a list, then the Detach
function has no effect.
See Also