RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.Destroy Destructor

Destroys the custom adapter object.

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

Do not call Destroy directly. Instead, use the Free method, which checks that the adapter is not nil before calling Destroy. 

Destroy frees and disconnects the VCL object from an OLE object. 

 

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