RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBInstall.Destroy Destructor

Destroys the instance of TIBInstall.

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

Do not call Destroy directly in an application. Instead, an application should call Free. Free verifies that the install object has not already been freed before it calls Destroy.

Note: You must install InterBase 6 to use this feature.
 

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