System.JSON.TJSONNumber.AsInt

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsInt: Integer read GetAsInt;

C++

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

Propriétés

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

Description

Spécifie la représentation en entier du nombre.

La propriété AsInt spécifie la représentation en entier du nombre.

Voir aussi