System.JSON.TJSONMapper.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumerator(const AValue: TJSONArray; AArrayOwned: Boolean = True;
ACurrentOwned: Boolean = True): IEnumerator<T>; overload;
function GetEnumerator(const AValue: string; ACurrentOwned: Boolean = True): IEnumerator<T>; overload;

C++

System::DelphiInterface<System::IEnumerator__1<T> > __fastcall GetEnumerator(TJSONArray* const AValue, bool AArrayOwned = true, bool ACurrentOwned = true)/* overload */;
System::DelphiInterface<System::IEnumerator__1<T> > __fastcall GetEnumerator(const System::UnicodeString AValue, bool ACurrentOwned = true)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONMapper

Description

Embarcadero Technologies does not currently have any additional information.