Datasnap.DSClientRest.TDSRestProtocolException.Status

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Status: Integer read FStatus;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestProtocolException

Beschreibung

Schreibgeschützte Eigenschaft, die den Status angibt.

Mit der Eigenschaft Status wird der numerische Status zurückgegeben, der als Parameter bei der Erstellung der TDSRestProtocolException-Instanz übergeben wurde.

Siehe auch