RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryTextArea Class

TQueryTextArea creates a multi-line HTML input control to represent named parameter.

Pascal
TQueryTextArea = class(TWebTextAreaInput, IQueryField);
C++
class TQueryTextArea : public TWebTextAreaInput, public IQueryField;

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. 

 

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