Datasnap.DSClientRest.TDSRestConnection.Context

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Context: string read FContext write SetContext stored IsContextStored;

C++

__property Context;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

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