RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHTMLForm.HTMLFormVarName Property

Indicates the name of the javascript variable that represents the HTML form.

Pascal
property HTMLFormVarName: string;
C++
__property AnsiString HTMLFormVarName;

HTMLFormVarName is the value of the javascript variable for the form. Other Web items can use this property when they need to refer to the form in generated javascript code. 

 

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