System.JSON.Writers.TJsonWriter.ContainerPath

提供:RAD Studio API Documentation

Delphi

property ContainerPath: string read GetContainerPath;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


説明

現在の JSON コンテナのパスを取得します。

JSON コンテナには、オブジェクト、配列、コンストラクタがあります。

関連項目