RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldStatus Class

TFieldStatus generates an HTML control that indicates whether a record in an XML data packet has been modified by the end user.

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

MidItems

Add TFieldStatus as the child of a TFieldGroup component to provide feedback about whether the current record has been modified. The generated control displays an M if the user has edited the 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 TFieldStatus to 

Specify a caption that labels the status control. 

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!