System.JSON.TJSONPairEnumerator.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AList: TList<TJSONPair>);

C++

__fastcall TJSONPairEnumerator(System::Generics::Collections::TList__1<TJSONPair*>* const AList);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPairEnumerator

Beschreibung

Erstellt eine Instanz der Klasse TJSONPairEnumerator.

Create erstellt eine Instanz der Klasse TJSONPairEnumerator.

Siehe auch