System.JSON.TJSONBool.FalseString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FalseString: string = 'false';

C++

static System::UnicodeString FalseString;

Properties

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

Description

Representation of a False JSON boolean value as a string.

See Also