RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomSQLMonitor.Create Constructor

Creates an instance of TIBCustomSQLMonitor.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TIBCustomSQLMonitor(TComponent * AOwner);

Call Create to create an instance of TIBCustomSQLMonitor. Create also:

  1. Creates the window
  2. Registers the event
  3. Fires the Monitor thread

 

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