Datasnap.DSClientRest.TDSCustomRestConnection.Context

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Beschreibung

Legt den Kontext für die REST-Verbindung fest.

Die Eigenschaft Context legt den Kontext für die DataSnap-REST-Verbindungskomponente fest. Zum Beispiel kann Context 'datasnap/' sein.

Siehe auch