RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMNode.removeChild Method

Removes a child node from this node.

Pascal
function removeChild(const childNode: IDOMNode): IDOMNode; safecall;
C++
__fastcall IDOMNode removeChild(const IDOMNode childNode);

removeChild removes a specified child node from this node, and returns its interface. If this node is read-only, or if the specified child node is not a child of this node, removeChild raises an exception. 

childNode the node to remove. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!