RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryText Class

TQueryText creates a single-line HTML input control to represent a named parameter.

Pascal
TQueryText = class(TWebTextInput, IQueryField);
C++
class TQueryText : public TWebTextInput, public IQueryField;

Add TQueryText as the child of a TQueryFieldGroup component to add an edit control that represents a parameter value. By default, the children of TQueryFieldGroup represent the parameters of an XML broker. However, TQueryText can represent any named value that the InternetExpress application uses. 

Use the properties and methods of TQueryText 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 input 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!