RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebForm.GetHTMLFormName Method

Returns the name of the generated HTML form.

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

TWebForm uses GetHTMLFormName internally to specify the NAME option of the generated form and to declare a javascript variable that references the form. 

GetHTMLFormName 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!