RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebForm.GetHTMLFormVarName Method

Returns the name of the javascript variable that refers to the generated form.

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

TWebForm uses GetHTMLFormVarName internally to declare a javascript variable that references the form. GetHTMLFormVarName returns the value of the Name property. 

 

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