Data.DBXPlatform.TDSInvocationMetadata.ResponseContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseContent: string read FResponseContent write FResponseContent;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDSInvocationMetadata

Description

Specifies a custom HTTP content.

The ResponseContent property is a UnicodeString specifying a custom HTTP content.

See Also