Datasnap.DSClientRest.TDSCustomRestConnection.Context

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Spécifie le contexte de la conexion REST.

La propriété Context spécifie le contexte du composant connexion DataSnap REST. Par exemple, Context peut être 'datasnap/'.

Voir aussi