System.JSON.Writers.TJsonWriter.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer read GetTop;

C++

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

Properties

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

Description

Gets the depth level of the JSON token being written.

See Also