RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBExtract.Destroy Destructor

Destroys an instance of TIBExtract.

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

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

There is no need to explicitly free a TIBExtract instance that is created with an Owner. The component's Owner handles the task of freeing it. 

 

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