RemoveChild method |
Applies to
TIcNodeList
Declaration
Function RemoveChild(oldChild: TIcXMLNode): TIcXMLNode;
Description
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. |
|