Data.DBXPlatform.TDSInvocationMetadata.ResponseContent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TDSInvocationMetadata

Delphi

property ResponseContent: string read FResponseContent write FResponseContent;

C++

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

Description

Specifies a custom HTTP content.

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

See Also