API:System.JSON.Builders.TJSONCollectionBuilder.TParentCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TParentCollection = class;

C++

class PASCALIMPLEMENTATION TParentCollection : public TJSONCollectionBuilder::TBaseCollection

Properties

Type Visibility Source Unit Parent
class public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder

Description

Base class for the TJSONCollectionBuilder types.

System.JSON.Builders.TJSONCollectionBuilder.TParentCollection inherits from System.JSON.Builders.TJSONCollectionBuilder.TBaseCollection. All content below this line refers to System.JSON.Builders.TJSONCollectionBuilder.TBaseCollection.

Base class for the TJSONCollectionBuilder types.

TBaseCollection is used as base class for TElements, TPairs, and TParentCollection.

See Also