RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLMonitor.Create Constructor

Creates and initializes new TSQLMonitor object.

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

Call Create to create a TSQLMonitor component at runtime. SQL monitors added to forms or data modules at design time are created automatically. 

The Owner parameter specifies the component (usually the form or data module) that is responsible for freeing the SQL monitor. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!