Show: Delphi C++
Display Preferences

MidItems.TQueryForm

From XE2 API Documentation
Jump to: navigation, search

MidItems.TCustomQueryFormMidItems.TWebFormWebComp.TWebContainedContainerComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TQueryForm

Delphi

TQueryForm = class(TCustomQueryForm)

C++

class PASCALIMPLEMENTATION TQueryForm : public TCustomQueryForm

Properties

Type Visibility Source Unit Parent
class public
MidItems.pas
MidItems.hpp
MidItems MidItems

Description

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

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.

See Also

Personal tools
Previous Versions
Translations