API:Datasnap.DSClientRest.TDSRestConnection.PreserveSessionID

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestConnection

Delphi

property PreserveSessionID;

C++

__property PreserveSessionID = {default=1};

Description

Specifies whether the ID for the REST connection is preserved or not.

Datasnap.DSClientRest.TDSRestConnection.PreserveSessionID inherits from Datasnap.DSClientRest.TDSCustomRestConnection.PreserveSessionID. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.PreserveSessionID.

Specifies whether the ID for the REST connection is preserved or not.

The PreserveSessionID property specifies whether the ID for the DataSnap REST connection is preserved or not.

See Also