Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentText

提供:RAD Studio API Documentation

Delphi

function GetContentText: string; virtual; abstract;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

説明

ContentText プロパティの値を返します。

GetContentText メソッドは、ContentText プロパティの読み込み実装です。

関連項目