System.JSON.TJSONArray.GetValue
Delphi
function GetValue(const Index: Integer): TJSONValue; overload; inline;
C++
HIDESBASE TJSONValue* __fastcall GetValue(const int Index)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONArray |
Description
Renvoie une valeur JSON avec le Index
spécifié dans ce tableau JSON.