Datasnap.DSClientRest.TDSRestProtocolException.Status
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestProtocolException |
Delphi
property Status: Integer read FStatus;
C++
__property int Status = {read=FStatus, nodefault};
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.