System.JSON.TJSONValue.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValue<T>(const APath: string = ''): T; overload;
function GetValue<T>(const APath: string; ADefaultValue: T): T; overload;

C++

template<typename T> T __fastcall GetValue(const System::UnicodeString APath = System::UnicodeString())/* overload */;
template<typename T> T __fastcall GetValue(const System::UnicodeString APath, T ADefaultValue)/* overload */;

Propriétés

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

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 !