API:REST.Client.TRESTResponse.Content

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

Delphi

property Content: string read FContent default 0;

C++

__property Content = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponse

説明

応答内容を表す文字列が格納されています。

REST.Client.TRESTResponse.Content は REST.Client.TCustomRESTResponse.Content を継承しています。以下の内容はすべて REST.Client.TCustomRESTResponse.Content を参照しています。


応答内容を表す文字列が格納されています。

関連項目