RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformClient.Destroy Destructor

Destroys the instance of a TXMLTransformClient component.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TXMLTransformClient();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!