RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDatabaseInfo.Destroy Destructor

Destroys an instance of a DatabaseInfo component.

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

Do not call Destroy directly. Instead call Free to verify that the DatabaseInfo component is not already freed before calling Destroy. Destroy disconnects from the server, frees the parameter list, and calls its inherited Destroy destructor. 

 

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