API:System.JSON.Builders.TJSONCollectionBuilder.TPairs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPairs = class;

C++

class PASCALIMPLEMENTATION TPairs : 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.TPairs 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