System.JSON.Writers.TJsonWriter.TopContainer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopContainer: TJsonContainerType read GetTopContainer;

C++

__property System::Json::Types::TJsonContainerType TopContainer = {read=GetTopContainer, nodefault};

Properties

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

Description

Gets the current JSON container type.

The possible values are: None, &Object, &Array, &Constructor.

See Also