System.JSON.TJSONAncestor.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Value: string; virtual;

C++

virtual System::UnicodeString __fastcall Value();

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

Description

Value methods should return the current JSON object as a string.

In the TJSONAncestor class, Value always returns an empty string ''.

See Also