System.JSON.TJSONPair.JsonValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property JsonValue: TJSONValue read FJsonValue write SetJsonValue;

C++

__property TJSONValue* JsonValue = {read=FJsonValue, write=SetJsonValue};

Propriétés

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


Description

Spécifie la partie valeur de la paire JSON.

La propriété JsonValue spécifie la partie valeur de la paire JSON.

Voir aussi