System.JSON.Builders.TJSONCollectionBuilder.TBaseCollection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBaseCollection = class

C++

class PASCALIMPLEMENTATION TBaseCollection : public System::TObject

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder


Beschreibung

Basisklasse für die TJSONCollectionBuilder-Typen.

TBaseCollection wird als Basisklasse für TElements, TPairs und TParentCollection verwendet.

Siehe auch