System.JSON.Writers.TJsonWriter.Top

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Top: Integer read GetTop;

C++

__property int Top = {read=GetTop, nodefault};

プロパティ

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


説明

書き込んでいる JSON トークンの深さのレベルを取得します。

関連項目