RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLQuery.Create Constructor

Creates an instance of a TSQLQuery component.

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

Call Create to instantiate an SQL query component at runtime. SQL queries placed in forms or data modules at design time are created automatically. 

 

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