System.JSON.TJSONPairEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
constructor public System.JSON.hpp System.JSON TJSONPairEnumerator

Description

Creates an instance of the TJSONPairEnumerator class.

Create creates an instance of the TJSONPairEnumerator class.

See Also