System.JSON.Builders.TJSONCollectionBuilder.ParentType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ParentType: TParentType read GetParentType;

C++

__property TParentType ParentType = {read=GetParentType, nodefault};

Propriétés

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


Description

Renvoie le type d'élément parent en cours.

ParentType renvoie un TParentType indiquant le type d'élément parent en cours : Elements ou Pairs. ParentType renvoie None lorsqu'il n'existe pas d'objet parent.

Voir aussi