Datasnap.DSClientRest.TDSRestProtocolException.Status

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Status: Integer read FStatus;

C++

__property int Status = {read=FStatus, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestProtocolException

Description

Read-only property that provides the status.

Read the Status property to obtain the numerical status passed in as parameter when the instance of TDSRestProtocolException was created.

See Also