EMS.ResourceAPI.TEndpointResponseBody.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(const AJSONValue: TJSONValue; AOwnsValue: Boolean); virtual; abstract;

C++

virtual void __fastcall SetValue(System::Json::TJSONValue* const AJSONValue, bool AOwnsValue) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointResponseBody

Description

Fills the body with the specified instance of TJSONValue.

AOwnsValue determines whether TEndpointResponseBody should destroy the specified instance of TJSONValue once TEndpointResponseBody no longer requires it (True) or TEndpointResponseBody should never destroy the specified object (False).

See Also