RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHTMLForm.HTMLFormName Property

Indicates the name of the generated HTML form.

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

HTMLFormName is the value of the NAME option on the generated form. Other Web items can use this property when they need to refer to the form name. For example, this property is used to declare the javascript variable that represents the form. 

 

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