System.JSON.TJSONNumber.GetAsInt64

De RAD Studio API Documentation
Révision datée du 25 février 2016 à 18:55 par L10nBot (discussion | contributions) (restored)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Delphi

function GetAsInt64: Int64;

C++

__int64 __fastcall GetAsInt64(void);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Description

Renvoie la représentation Int64 du nombre.

La propriété GetAsInt64 renvoie la représentation Int64 du nombre.

Voir aussi