Detached the specified DOM node from the sub-tree.
Source position: laz2_dom.pas line 329
public function TDOMNode_WithChildren.DetachChild( |
OldChild: TDOMNode |
):TDOMNode; override; |
OldChild |
|
DOM node detached in the method. |
Returns OldChild after updating the Parent, children, and siblings for the node.
|
Detaches the specified child node from the DOM sub-tree for the node. |
|
|
DOM node that is the immediate ancestor of this node. |
| Version 4.4 | Generated 2025-11-08 | Home |