RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebTextInput Class

TWebTextInput is the base class for Web items that create HTML single-line text controls.

Pascal
TWebTextInput = class(TWebDataInput);
C++
class TWebTextInput : public TWebDataInput;

Use TWebTextInput as a base class for components that generate HTML controls for displaying a field or parameter value as a single-line text string. TWebTextInput descendants generate controls that are organized by TDataGrid, TFieldGroup, or TQueryFieldGroup

TWebTextInput defines or inherits properties and methods for  

Specifying a field or parameter whose value the control displays. 

Generating a caption that describes the information displayed. 

Customizing the appearance of the control that displays information. 

Fitting the control into the tab order of the generated HTML form. 

Fitting the component into a hierarchy of Web items that collectively generate the content of an HTML document. 

In order to let other Web items to use the HTML control it generates, TWebTextInput inherits the IWebContent interface from TWebDataDisplay

Do not create instances of TWebTextInput. Instead, use a descendant of TWebTextInput such as TFieldText, TQueryText, or TTextColumn

 

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