MidItems.TApplyUpdatesButton

From RAD Studio API Documentation
Jump to: navigation, search

MidItems.TXMLButtonMidItems.TWebButtonWebComp.TWebContainedComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TApplyUpdatesButton

Delphi

TApplyUpdatesButton = class(TXMLButton, IScriptComponent)

C++

class PASCALIMPLEMENTATION TApplyUpdatesButton : public TXMLButton

Properties

Type Visibility Source Unit Parent
class public
MidItems.pas
MidItems.hpp
MidItems MidItems

Description

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

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.

See Also

Personal tools
Translations