Datasnap.DSSession.TDSSessionManager.GetOpenSessionKeys

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

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