REST.Client.TCustomRESTResponse.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Content: string read FContent;

C++

__property System::UnicodeString Content = {read=FContent};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Description

Contains a string, which represents the response content.

See Also