System.JSON.TJSONPairEnumerator.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* TEnumerator.Create */ inline __fastcall TJSONPairEnumerator(TJSONObject* const AObject) : TJSONObject::TEnumerator(AObject) { }

Eigenschaften

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

Beschreibung

Erstellt eine Instanz der Klasse TJSONPairEnumerator.

Create erstellt eine Instanz der Klasse TJSONPairEnumerator.

Siehe auch