RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextAreaColumn Class

TTextAreaColumn creates a multi-line HTML input control to represent a field value in a data grid.

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

Add TTextAreaColumn as the child of a TDataGrid component to add a multi-line edit control as the display control for a column. TTextAreaColumn represents the value of a field in the TDataGrid's associated dataset. 

Use the properties and methods of TTextAreaColumn to 

Specify the field whose value the control displays. 

Specify the caption that appears at the top of the column. 

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!