Datasnap.DSSession.TDSSession.Id

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Id: NativeInt read GetId;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Description

Represents the session's ID.

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

See Also