RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOQuery.Create Constructor

Creates an instance of a TADOQuery component.

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

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

 

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