System.JSON.Builders.TJSONIterator.Key
Delphi
property Key: String read FKey;
C++
__property System::UnicodeString Key = {read=FKey};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | System.JSON.Builders.pas System.JSON.Builders.hpp |
System.JSON.Builders | TJSONIterator |
Description
Clé du token en cours s'il s'agit d'une valeur appartenant à un objet.
Si le token en cours ne correspond pas à une valeur appartenant à un objet, Key contient la clé du dernier objet que l'itérateur a lu.