RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusColumn Class

TStatusColumn generates an HTML control that indicates whether a record in a data grid has been modified by the end user.

Pascal
TStatusColumn = class(TWebStatus);
C++
class TStatusColumn : public TWebStatus;

MidItems

Add TStatusColumn as the child of a TDataGrid component to provide feedback about whether records in the grid have been modified. The generated control displays an M if the user has edited a record, an I if the user has inserted the record, and blank if the user has made no changes to the record. 

Use the properties and methods of TStatusColumn to 

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!