Datasnap.DSClientRest.TDSRestProtocolException.ResponseText

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ResponseText: string read FResponseText;

C++

__property System::UnicodeString ResponseText = {read=FResponseText};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestProtocolException

説明

レスポンス テキストを提供する読み取り専用プロパティです。

ResponseText プロパティを読み取ることにより、TDSRestProtocolException のインスタンスが作成される際にパラメータとして渡される、レスポンス テキストを取得することができます。

関連項目