RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryForm Class

TQueryForm generates HTML forms for letting users enter application-defined values.

Pascal
TQueryForm = class(TCustomQueryForm);
C++
class TQueryForm : public TCustomQueryForm;

Add TQueryForm to the Web items of an InternetExpress page producer to add an HTML form that displays application-defined values that users can view and edit. Query forms submit these values to the InternetExpress application using a specified URL and method type. 

TQueryForm generates the HTML FORM tag and assembles the HTML generated by its Web items. It restricts the Web items that generate the contents of the form to components that display application-defined values (TQueryFieldGroup), components that contain buttons to operate on those displays (TQueryButtons), and components that manage the layout of HTML controls (TLayoutGroup). At design time, you can add these Web items to the form using the Web page editor. 

 

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