Datasnap.Xmlxform.TXMLTransformClient.Destroy
[–] Properties | |
---|---|
Type: destructor | |
Visibility: public | |
Source: Datasnap.Xmlxform.pas Datasnap.Xmlxform.hpp
| |
Unit: Datasnap.Xmlxform | |
Parent: TXMLTransformClient |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TXMLTransformClient();
Description
Destroys the instance of a TXMLTransformClient component.
Do not call Destroy directly in an application. Usually destruction of TXMLTransformClient objects is handled automatically. If an application creates its own instances of TXMLTransformClient without assigning an Owner, however, it should call Free, which verifies that the dataset component is not nil before calling Destroy.