Datasnap.DSHTTPCommon.TDSHTTPRequest.Document

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Document: string read GetDocument; // writable for isapi compatibility. Use with care

C++

__property System::UnicodeString Document = {read=GetDocument};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Beschreibung

Legt den Pfad, Dokumentname und die optionalen Parameter für eine DataSnap-HTTP-Anforderung fest.

Die Eigenschaft Document legt die URI (Uniform Resource Identifier) für die DataSnap-HTTP-Anforderung fest.

Siehe auch