Datasnap.DSClientRest.TDSCustomRestConnection.Context

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Context: string read FContext write SetContext stored IsContextStored nodefault;

C++

__property System::UnicodeString Context = {read=FContext, write=SetContext, stored=IsContextStored};

Description

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