RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.GetDisplayLabel Method

Returns the suggested display label for this adapter action.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!