RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomSQLMonitor.Destroy Destructor

Destroys the instance of TIBCustomSQLMonitor.

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

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

Destroy unregisters the event, destroys the window, and kills the Monitor thread. 

 

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