System.JSON.Builders.TJSONCollectionBuilder.TBaseCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBaseCollection = class

C++

class PASCALIMPLEMENTATION TBaseCollection : public System::TObject

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.

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

See Also