Datasnap.DSSession.TDSTunnelService.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: TDSTunnelService

Delphi

procedure GetOpenSessionKeys(Container: TStrings);

C++

void __fastcall GetOpenSessionKeys(System::Classes::TStrings* Container);

Description

Adds the keys of the opened sessions to the container specified by the parameter.

The GetOpenSessionKeys method adds the keys of the opened sessions to the container specified by the parameter.

See Also