Ouvrir le menu principal

RAD Studio API Documentation β

System.JSON.Readers.TJsonReader.ReadAsInt64Internal

Delphi

function ReadAsInt64Internal: Int64;

C++

__int64 __fastcall ReadAsInt64Internal();

Propriétés

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


Description

Fournit l'implémentation pour ReadAsInt64.

ReadAsInt64Internal fournit l'implémentation pour la fonction ReadAsInt64 pour lire un token JSON comme une valeur d'entier 64 bits.

ReadAsInt64Internal renvoie une valeur Int64.

Voir aussi