System.JSON.TJSONFalse

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.TJSONBoolSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONFalse

Delphi

TJSONFalse = class sealed(TJSONBool)

C++

class PASCALIMPLEMENTATION TJSONFalse : /*[[sealed]]*/ public TJSONBool

Properties

Type Visibility Source Unit Parent
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Description

Implements a JSON false value.

TJSONFalse is the class that implements a JSON false value.

See Also