Data.SqlExpr.TSQLQuery.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: TSQLQuery | |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TSQLQuery(System::Classes::TComponent* AOwner)/* overload */;
/* TCustomSQLDataSet.Create */ inline __fastcall TSQLQuery(System::Classes::TComponent* AOwner, Data::Dbxcommon::TDBXReader* DBXReader, bool AOwnsInstance)/* overload */ : TCustomSQLDataSet(AOwner, DBXReader, AOwnsInstance) { }
Description
Creates an instance of a TSQLQuery component.
Call Create to instantiate an SQL query component at runtime. SQL queries placed in forms or data modules at design time are created automatically.