System.JSON.TJSONFalse

From RAD Studio API Documentation
Revision as of 18:19, 25 February 2016 by L10nBot (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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