Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContentText: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetContentText() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Beschreibung

Gibt den Wert der Eigenschaft ContentText zurück.

Die Eigenschaft GetContentText ist die Leseimplementierung der Eigenschaft ContentText.

Siehe auch