RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataLink.Destroy Destructor

Destroys an instance of TIBDataLink.

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

Do not call Destroy directly in an application. Instead, call the Free method. Free verifies that the TIBDataLink object is not already freed and only then calls Destroy. 

Before calling the inherited destructor, Destroy removes any reference to the TIBDataLink from the data source object. 

The TIBDataLink object should be destroyed in the destructor of its Owner, where that Owner calls Create from its constructor. 

 

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