Datasnap.DSClientRest.TDSCustomRestConnection.Context

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

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