RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.Destroy Destructor

Destroys the instance of the database component.

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

Do not call Destroy directly in an application. Instead, call Free, which verifies that the database component is not already freed before calling Destroy. 

Destroy disconnects from the database server, if necessary. It then frees the string resources allocated for the Params and DataSets properties before calling its inherited destructor. 

 

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