RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebStatus.ImplGetHTMLControlName Method

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

Pascal
function ImplGetHTMLControlName: string; override;
C++
virtual __fastcall AnsiString ImplGetHTMLControlName();

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

ImplGetHTMLControlName returns the value of the Name property. TWebDataDisplay descendants can override this method to return a more meaningful value such as the name of the field or parameter displayed in the control. 

 

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