RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.GetDisplayNameValue Method

Gets the display name of the end user.

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

The GetDisplayNameValue is called from server-side script to get the display name of the end user. This base class version of the function returns an empty string. A customized overridden version of this function could be written to return the display name for the end user in your application. 

 

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