RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryButton.Create Constructor

Creates and initializes an instance of TQueryButton.

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

Call Create to instantiate a dataset button at runtime. Buttons added at design time using the Web Page editor are instantiated automatically. 

AOwner is the component that is responsible for freeing the query button. Typically, this is the Web module that contains the InterenetExpress page producer that uses the query button's generated HTML. 

 

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