RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.HTMLSubmitFormName Method

Returns the name of the HTML form that submits updates to the XML broker.

Pascal
function HTMLSubmitFormName: string;
C++
__fastcall AnsiString HTMLSubmitFormName();

When the InternetExpress page producer assembles an HTML document that uses the XML data packets managed by the XML broker, it declares an HTML form that submits the updates to the XML broker. HTMLSubmitFormName is the name of that HTML form. 

The HTML form named by this return value sends the HTTP request messages containing an XML delta packet of updates to be applied. 

 

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