RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TEndUserGetNameEvent Type

TEndUserGetNameEvent is the type for event handlers that supply the name of the current end user.

Pascal
TEndUserGetNameEvent = procedure (Sender: TObject; var Name: string) of object;
C++
(Sender: TObject; var Name: string) ( TEndUserGetNameEvent)();

TEndUserGetNameEvent is the type for event handlers of an adapter that can supply the name that should appear in Web pages for the current end user. 

Sender is the end user adapter. 

Name returns the display name of the current end user. 

 

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