Datasnap.DSCommonServer.TDSServerMethodUserEventObject.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName: string read GetSessionUserName;

C++

__property System::UnicodeString UserName = {read=GetSessionUserName};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerMethodUserEventObject

Description

Provides the user name associated with the session.

Read the UserName property to obtain the user name associated with the session.

See Also