System.Tether.AppProfile.TResourceValue.AsInteger

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInteger: Integer read GetInteger;

C++

__property int AsInteger = {read=GetInteger};

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 32 Bit-Integerzahl mit Vorzeichen ist.

Siehe auch