REST.Client.TCustomRESTResponse.RootElement

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property RootElement: string read FRootElement write SetRootElement;

C++

__property System::UnicodeString RootElement = {read=FRootElement, write=SetRootElement};

Propriétés

Type Visibilité  Source Unité  Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse


Description

Contient une représentation chaîne de l'élément racine dans la hiérarchie du contenu de la réponse JSON.

Utilisez cette propriété pour obtenir ou définir un élément racine dans la hiérarchie du contenu de la réponse JSON. Vous pouvez utiliser l'élément racine comme point de départ pour la recherche d'autres éléments, en utilisant la méthode TCustomRESTResponse.JSONValue.

Voir aussi