RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldText Class

TFieldText creates a single-line HTML input control to represent a field in an XML data packet.

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

MidItems

Add TFieldText as the child of a TFieldGroup component to add a single-line edit control that represents a field from the field group's associated dataset. 

Use the properties and methods of TFieldText to 

Specify the field whose value the control displays. 

Specify a caption that describes the field. 

Customize the appearance of the edit control. 

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!