System.JSON.Writers.TJsonWriter.ContainerPath

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ContainerPath: string read GetContainerPath;

C++

__property System::UnicodeString ContainerPath = {read=GetContainerPath};

Propriétés

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


Description

Obtient le chemin d'accès au type de conteneur JSON en cours.

Les objets, les tableaux et les constructeurs sont des conteneurs JSON.

Voir aussi