RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHTMLField.HTMLControlName Property

Indicates the name of the generated HTML control.

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

HTMLControlName is the value of the NAME option on the generated <INPUT> tag. This value is used when creating javascript references to the control. 

 

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