System.JSON.TJSONMapper.GetEnumerator

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !