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

TDOMElement.Destroy

Destructor for the class instance.

Declaration

Source position: laz2_dom.pas line 631

public destructor TDOMElement.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It ensures that the Flags for the node are updated to include the value nfDestroying. If the OwnerDocument for the node has a hash table for node IDs, its RemoveID method is called to remove the current class instance. Destroy frees resources allocated for the Attributes property, and calls the inherited destructor prior to exit.


Version 3.2 Generated 2024-02-25 Home