System.JSON.TJSONBool.AsBoolean

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsBoolean: Boolean read FValue;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool


Beschreibung

Gibt den Wert dieses JSON-Boolean als einen regulären booleschen Wert zurück.

Siehe auch