API:Datasnap.DSClientRest.TDSRestConnection.Context

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 Context;

C++

__property Context;

Description

Specifies the context for the REST connection.

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

Specifies the context for the REST connection.

The Context property specifies the context for the DataSnap REST connection component. For example, Context can be 'datasnap/'.

See Also