Datasnap.DSClientRest.TDSRestConnection.Context

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Context: string read FContext write SetContext stored IsContextStored;

C++

__property Context;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Beschreibung

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

Datasnap.DSClientRest.TDSRestConnection.Context erbt von Datasnap.DSClientRest.TDSCustomRestConnection.Context. Der folgende Inhalt bezieht sich auf Datasnap.DSClientRest.TDSCustomRestConnection.Context.

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