Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContentText: string read GetContentText write SetContentText;

C++

__property System::UnicodeString ContentText = {read=GetContentText, write=SetContentText};

Eigenschaften

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

Beschreibung

Legt den Textinhalt der HTTP-Antwort fest.

Die Eigenschaft ContentText legt den Textinhalt der HTTP-Antwort fest.

Siehe auch