Open main menu

RAD Studio API Documentation β

Datasnap.DSSession.TDSSession.Id

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

Delphi

property Id: NativeInt read GetId;

C++

__property System::NativeInt Id = {read=GetId, nodefault};

Description

Represents the session's ID.

The Id property is a NativeInt integer value representing the session's ID.

See Also