API:System.JSON.TJSONNull.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Value: string; override;

C++

virtual System::UnicodeString __fastcall Value(void);

Properties

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

Description

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

System.JSON.TJSONNull.Value inherits from System.JSON.TJSONAncestor.Value. All content below this line refers to System.JSON.TJSONAncestor.Value.

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

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

See Also