Google Integrator 2016 Delphi Edition
Google Integrator 2016 Delphi Edition
Questions / Feedback?

StatusLine Property

The first line of the last server response.

Syntax

property StatusLine: String;

Default Value

''

Remarks

This property contains the first line of the last server response. This value can be used for diagnostic purposes. If an HTTP error is returned when calling a method of the component, the error string is the same as the StatusLine property.

The HTTP protocol specifies the structure of the StatusLine as: [HTTP version] [Result Code] [Description].

This property is read-only and not available at design time.

Data Type

String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Google Integrator 2016 Delphi Edition - Version 16.0 [Build 7239]