System.JSON.TJSONNumber.AsInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsInt64: Int64 read GetAsInt64;

C++

__property __int64 AsInt64 = {read=GetAsInt64};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Description

Specifies the Int64 representation of the number.

The AsInt64 property specifies the Int64 representation of the number.

See Also