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 プロパティの読み込み実装です。

関連項目