REST.Client.TCustomRESTResponse.StatusText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StatusText: string read GetStatusText write SetStatusText;

C++

__property System::UnicodeString StatusText = {read=GetStatusText, write=SetStatusText};

Properties

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

Description

Contains the HTTP response status text.

Use this property to get or set the HTTP response status text.

See Also