Datasnap.DSSession.TDSSession.GetId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetId: NativeInt;

C++

NativeInt __fastcall GetId();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Description

Returns the current session's ID.

The GetId method returns a NativeInt integer that specifies the ID of the current session.

See Also