RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.GetDisplayLabel Method

Returns the suggested display label for this adapter field.

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

GetDisplayLabel provides label that may be used when generating HTML to display the value of this adapter field. The value returned by this function can be accessed with server-side script using the DisplayLabel property. GetDisplayLabel calls ImplGetDisplayLabel

 

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