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

TDOMNamedNodeMap.Destroy

Destructor for the class instance.

Declaration

Source position: laz2_dom.pas line 400

public destructor TDOMNamedNodeMap.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It ensures that DOM nodes in internal TFPList instances in the class are freed. It also frees the TFPList class instances. Destroy calls the inherited destructor prior to exiting from the method.

See also

TDOMNode.Destroy

  

Destructor for the class instance.

TFPList


Version 3.2 Generated 2024-02-25 Home