[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMNode_WithChildren.DetachChild

Detached the specified DOM node from the sub-tree.

Declaration

Source position: laz2_dom.pas line 330

public function TDOMNode_WithChildren.DetachChild(

  OldChild: TDOMNode

):TDOMNode; override;

Arguments

OldChild

  

DOM node detached in the method.

Function result

Returns OldChild after updating the Parent, children, and siblings for the node.

See also

TDOMNode.DetachChild

  

Detaches the specified child node from the DOM sub-tree for the node.

TDOMNode.ParentNode

  

DOM node that is the immediate ancestor of this node.


Version 3.2 Generated 2024-02-25 Home