Data.SqlExpr.TSQLMonitor.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLMonitor

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TSQLMonitor(System::Classes::TComponent* AOwner);

Description

Creates and initializes new TSQLMonitor object.

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.

See Also