API:System.JSON.TJSONBool.Value

From RAD Studio API Documentation

Delphi

function Value: string; override;

C++

virtual System::UnicodeString __fastcall Value();

Properties

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

Description

Value methods should return the current JSON object as a string. System.JSON.TJSONBool.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