RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextColumn Class

TTextColumn creates a single-line HTML input control to represent a field value in a data grid.

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

MidItems

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

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