RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataDisplay.GetHTMLControlName Method

Returns the name that other components can use to refer to the generated display control.

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

GetHTMLControlName returns the name of the generated control. This value is assigned to a NAME option on the generated HTML tag. 

GetHTMLControlName returns the value supplied by the ImplGetHTMLControlName method. Unlike GetHTMLControlName, ImplGetHTMLControlName is a virtual method that descendants can override to supply a name in class-specific ways. 

 

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