Datasnap.DSSession.TDSSession.SessionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionName: string read FSessionName;

C++

__property System::UnicodeString SessionName = {read=FSessionName};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Description

Specifies the session's name.

Read the SessionName property to obtain the session's name. The SessionName property should be used internally on the server.

See Also