RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldTextArea Class

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

Pascal
TFieldTextArea = class(TWebTextAreaInput);
C++
class TFieldTextArea : public TWebTextAreaInput;

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

Use the properties and methods of TFieldTextArea to 

Specify the field whose value the control displays. 

Specify a caption that describes the field. 

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!