System.Tether.AppProfile.TResourceValue.AsInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt64: Int64 read GetInt64;

C++

__property __int64 AsInt64 = {read=GetInt64};

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

Siehe auch