Datasnap.DSSession.TDSSessionManager.GetOpenSessionKeys

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure GetOpenSessionKeys(Container: TStrings); overload;
procedure GetOpenSessionKeys(Container: TStrings; ACreator: TObject); overload;

C++

void __fastcall GetOpenSessionKeys(System::Classes::TStrings* Container)/* overload */;
void __fastcall GetOpenSessionKeys(System::Classes::TStrings* Container, System::TObject* ACreator)/* overload */;

Description

Adds all open session keys to the parameter container.

The GetOpenSessionKeys method adds all open session keys to the parameter container. The Container parameter is a string list of type TStrings. There are two GetOpenSessionKeys overloads. The second overload accepts the ACreator parameter, which specifies the owner of the session.

See Also