System.JSON.TJSONTrue

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.TJSONBoolSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONTrue

Delphi

TJSONTrue = class sealed(TJSONBool)

C++

class PASCALIMPLEMENTATION TJSONTrue : /*[[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 true value.

TJSONTrue is the class that implements a JSON true value.

See Also