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

TDOMNode.Destroy

Destructor for the class instance.

Declaration

Source position: laz2_dom.pas line 254

public destructor TDOMNode.Destroy; override;

Description

Destroy is the destructor for the class instance. Destroy ensures that the ParentNode is notified that the node will be removed from the tree structure. When ParentNode is assigned, its DetachChild method is called to remove the class instance from the ChildNodes hierarchy.

Destroy calls the inherited destructor prior to exiting from the method.

See also

TDOMNode.ParentNode

  

DOM node that is the immediate ancestor of this node.

TDOMNode.DetachChild

  

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

TDOMNode.ChildNodes

  

Provides access to the list of Child nodes for the current node.


Version 3.2 Generated 2024-02-25 Home