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

TDOMParser.Destroy

Destructor for the class instance.

Declaration

Source position: laz2_xmlread.pas line 139

public destructor TDOMParser.Destroy; override;

Description

Destroy is the destructor for the class instance. Destroy frees resources allocated to the Options property, and calls the inherited destructor.

See also

TDOMParser.Options

  

Options for the DOM parser.