RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplyUpdatesButton Class

TApplyUpdatesButton generates an HTML control that sends an Update message to the XML broker on an InternetExpress application.

Pascal
TApplyUpdatesButton = class(TXMLButton, IScriptComponent);
C++
class TApplyUpdatesButton : public TXMLButton, public IScriptComponent;

MidItems

Add TApplyUpdatesButton as the child of a TDataNavigator component (or a layout group that is a child of a TDataNavigator component) to enable the generated HTML form to submit changes made by end users. The resulting HTML button's action generates an HTTP message that forwards all changes to a specific XML data packet back to the XML broker on the InternetExpress application. 

Use the properties of TApplyUpdatesButton to customize the appearance of the button and associate it with an XML broker. The associated XML broker adds the XML data packet to the HTML document and responds to update messages generated by the apply updates button on the HTML form. 

 

TXMLBroker 

TDataNavigator 

TLayoutGroup 

Using the Web Page Editor

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!