MidItems.TQueryTextArea
From RAD Studio API Documentation
Delphi
TQueryTextArea = class(TWebTextAreaInput, IQueryField)
C++
class PASCALIMPLEMENTATION TQueryTextArea : public TWebTextAreaInput
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | MidItems.pas MidItems.hpp |
MidItems | MidItems |
Description
TQueryTextArea creates a multi-line HTML input control to represent named parameter.
Add TQueryTextArea as the child of a TQueryFieldGroup component to add a multi-line edit control that represents a parameter value. By default, the children of TQueryFieldGroup represent the parameters of an XML broker. However, TQueryTextArea can represent any named value that the InternetExpress application uses.
Use the properties and methods of TQueryTextArea to
Specify the field or parameter whose value the control displays.
Assign an initial value to the control.
Specify a caption that describes the value of the control.
Customize the appearance of the control.
Fit the control into the tab order of the generated HTML form.