System.JSON.Builders.TJSONIterator.IsMinKey
Delphi
property IsMinKey: Boolean read GetIsMinKey;
C++
__property bool IsMinKey = {read=GetIsMinKey, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| property | public | System.JSON.Builders.pas System.JSON.Builders.hpp | System.JSON.Builders | TJSONIterator | 
Description
Indique si la valeur du token en cours est une valeur minimale (EN) (True) ou non (False).
Cette propriété de valeur vaut True lorsque le type du token est TJsonToken.MinKey.
Voir aussi
- System.JSON.Builders.TJSONIterator.AsBoolean
- System.JSON.Builders.TJSONIterator.AsBytes
- System.JSON.Builders.TJSONIterator.AsCodeWScope
- System.JSON.Builders.TJSONIterator.AsDateTime
- System.JSON.Builders.TJSONIterator.AsDBRef
- System.JSON.Builders.TJSONIterator.AsDouble
- System.JSON.Builders.TJSONIterator.AsExtended
- System.JSON.Builders.TJSONIterator.AsGUID
- System.JSON.Builders.TJSONIterator.AsInt64
- System.JSON.Builders.TJSONIterator.AsInteger
- System.JSON.Builders.TJSONIterator.AsOid
- System.JSON.Builders.TJSONIterator.AsRegEx
- System.JSON.Builders.TJSONIterator.AsString
- System.JSON.Builders.TJSONIterator.AsValue
- System.JSON.Builders.TJSONIterator.AsVariant