REST.Client.TCustomRESTResponse.Content
Delphi
property Content: string read FContent;
C++
__property System::UnicodeString Content = {read=FContent};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTResponse |
説明
応答内容を表す文字列が格納されています。