System.JSON.TJSONNumber.AsInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt64: Int64 read GetAsInt64;

C++

__property __int64 AsInt64 = {read=GetAsInt64};

Eigenschaften

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

Beschreibung

Gibt die Int64-Repräsentation der Zahl an.

Die Eigenschaft AsInt64 gibt die Int64-Repräsentation der Zahl an.

Siehe auch