System.JSON.TJSONPair.GetJsonString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJsonString: TJSONString; inline;

C++

TJSONString* __fastcall GetJsonString();

Properties

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

Description

Represents the getter method for the JsonString property.

GetJsonString represents the getter method for the JsonString property.

See Also