RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBQuery.Create Constructor

Creates an instance of a query component.

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

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

Create calls its inherited Create constructor, creates an empty SQL statement list, creates an empty parameter list, sets the OnChange event handler for the SQL statement list, sets the ParamCheck property to True, and sets the RowsAffected property to -1. 

 

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