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

TDOMNodeList.Destroy

Destructor for the class instance.

Declaration

Source position: laz2_dom.pas line 355

public destructor TDOMNodeList.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It ensures that the internal list storage is set to Nil before the class instance is freed. Destroy calls the inherited method prior to exit.


Version 3.2 Generated 2024-02-25 Home