Datasnap.DSSession.TDSSessionManager.Session

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSessionManager

Delphi

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

C++

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

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