Data.DBXPlatform.TDSInvocationMetadata.ResponseContent

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

Delphi

property ResponseContent: string read FResponseContent write FResponseContent;

C++

__property System::UnicodeString ResponseContent = {read=FResponseContent, write=FResponseContent};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDSInvocationMetadata

説明

カスタム HTTP コンテンツを指定します。

ResponseContent プロパティは、カスタム HTTP コンテンツを指定する UnicodeString です。

関連項目