RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomQueryForm.Create Constructor

Creates and initializes an instance of TCustomQueryForm.

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

Call Create to instantiate a query form at runtime. Query forms added at design time using the Web Page editor are instantiated automatically. 

 

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