System.JSON.TJSONBool.AsBoolean

From RAD Studio API Documentation
Revision as of 14:18, 14 August 2015 by AChaves (talk | contribs) (RS-65322)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property AsBoolean: Boolean read FValue;

C++

__property bool AsBoolean = {read=FValue, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool

Description

Returns the value of this JSON boolean as a regular boolean.

See Also