System.JSON.TJSONBool.TrueString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TrueString: string = 'true';

C++

static System::UnicodeString TrueString;

Properties

Type Visibility Source Unit Parent
field class protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool

Description

Representation of a True JSON boolean value as a string.

See Also