System.JSON.TJSONBool.AsBoolean

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsBoolean: Boolean read FValue;

C++

__property bool AsBoolean = {read=FValue, nodefault};

Propriétés

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


Description

Renvoie la valeur de ce booléen JSON sous la forme d'un booléen normal.

Voir aussi