System.JSON.TJSONNumber.AsInt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt: Integer read GetAsInt;

C++

__property int AsInt = {read=GetAsInt, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Beschreibung

Legt die Integerrepräsentation der Nummer fest.

Die Eigenschaft AsInt legt die Integerrepräsentation der Nummer fest.

Siehe auch