RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.SubmitFormVarName Method

Returns the name of the variable that refers to the HTML form named by HTMLSubmitFormName.

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

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. In addition, it declares a variable that refers to that form. SubmitFormVarName is the name of that variable. 

 

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