Soap.XSBuiltIns.TXMLData.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor  Destroy; override;

C++

__fastcall virtual ~TXMLData();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXMLData

Description

Frees the memory associated with the TXMLData object.

Call Destroy to delete a TXMLData object and free the associated memory.

See Also