System.JSON.TJSONMapper.GetEnumerator

From RAD Studio API Documentation
Revision as of 16:07, 29 September 2023 by BuildBot (talk | contribs) (Created page with "{{#lst:API:System.JSON.TJSONMapper.GetEnumerator|api}} ==Description== {{#lsth:API:System.JSON.TJSONMapper.GetEnumerator|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.