System.JSON.TJSONBool.Value
Delphi
function Value: string; override;
C++
virtual System::UnicodeString __fastcall Value();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
Description
Returns the JSON boolean value as a string.
Value returns TrueString if TJSONBool instance is True
and FalseString otherwise.