Datasnap.DSSession.TDSSessionManager.Session

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Session[id: string]: TDSSession read GetSession;

C++

__property TDSSession* Session[System::UnicodeString id] = {read=GetSession};

Properties

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

Description

Specifies the session object based on the provided identifier.

Read the Session property to obtain the session object based on the provided identifier. If the identifier specifies an object that cannot be found, the read value of the Session property is nil.

See Also