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

TDOMDocumentType.Destroy

Destructor for the class instance.

Declaration

Source position: laz2_dom.pas line 717

public destructor TDOMDocumentType.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It ensures that resources allocated for the Entities and Notations properties are freed. It calls the inherited destructor prior to exit.

See also

TDOMDocumentType.Entities

  

Entities declared in the Document Type declaration.

TDOMDocumentType.Notations

  

Notations declared in the Document Type declaration.


Version 4.0 Generated 2025-05-03 Home