removeChildNode method |
Applies to
TIcNodeList
Declaration
Function removeChildNode(oldChild: TIcXMLNode): TIcXMLNode;
Description
Removes child from List. Removes specified child node from the list, but does
not free his memory.
Raises |
EIcDOMException | Raises exception if node does not exist or isn't in the list. |