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

TDOMNode_WithChildren.Destroy

Destructor for the class instance.

Declaration

Source position: laz2_dom.pas line 327

public destructor TDOMNode_WithChildren.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It calls FreeChildren to free all of the ChildNodes for the class instance, and frees the node list as well. Destroy calls the inherited method prior to exit.

See also

TDOMNode.ChildNodes

  

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

TDOMNode_WithChildren.FreeChildren

  

Frees all Child nodes for the DOM node.

TDOMNodeList

  

Implements an ordered list of DOM Nodes.


Version 3.2 Generated 2024-02-25 Home