API:REST.Client.TRESTResponse.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Content: string read FContent default 0;

C++

__property Content = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponse

Description

Contains a string, which represents the response content.

REST.Client.TRESTResponse.Content inherits from REST.Client.TCustomRESTResponse.Content. All content below this line refers to REST.Client.TCustomRESTResponse.Content.


Contains a string, which represents the response content.

See Also