System.JSON.Writers.TJsonWriter.ContainerPath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContainerPath: string read GetContainerPath;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


Beschreibung

Ermittelt den Pfad für den aktuellen JSON-Container-Typ.

Objekte, Arrays und Konstruktoren sind JSON-Container.

Siehe auch