RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebStatus Class

TWebStatus is the base class for Web items that indicate the status of records in an XML data packet.

Pascal
TWebStatus = class(TWebDataDisplay, IStatusField);
C++
class TWebStatus : public TWebDataDisplay, public IStatusField;

Use TWebStatus as a base class for components that generate HTML controls which indicate whether records have been inserted or modified by the user. TWebStatus descendants generate controls that are added to TDataGrid or TFieldGroup to provide feedback about modifications to the underlying XML data packet. 

TWebStatus defines or inherits properties and methods for  

Generating a caption that describes the information displayed. 

Customizing the appearance of the control. 

Fitting the control into the tab order of the generated HTML form. 

Fitting the component into a hierarchy of Web items that collectively generate the content of an HTML document. 

In order to let other Web items to use the HTML control it generates, TWebStatus inherits the IWebContent interface from TWebDataDisplay

Do not create instances of TWebStatus. Instead, use a descendant of TWebStatus such as TFieldStatus or TStatusColumn

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!