System.JSON.TJSONPair.GetJsonValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJsonValue: TJSONValue;

C++

TJSONValue* __fastcall GetJsonValue(void);

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPair

Description

Represents the getter method for the JsonValue property.

GetJsonValue represents the getter method for the JsonValue property.

See Also