RAD Studio VCL Reference
|
Gets the display name of the end user.
function GetDisplayNameValue: string; virtual;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|