EMS.ResourceAPI.TEndpointRequestBody.TryGetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function TryGetValue(out AJSONValue: TJSONValue): Boolean ; virtual; abstract;

C++

virtual bool __fastcall TryGetValue(/* out */ System::Json::TJSONValue* &AJSONValue) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointRequestBody


Description

Remplit AJSONValue avec le corps et renvoie True en cas de réussite ou False dans le cas contraire.

Voir aussi