System.Tether.AppProfile.TResourceValue.AsBoolean

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsBoolean: Boolean read GetBoolean;

C++

__property bool AsBoolean = {read=GetBoolean};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TResourceValue


Beschreibung

Tatsächlicher Wert, der von TResourceValue gekapselt wird, wenn der Datentyp boolesch ist.

Siehe auch