Vcl.NumberBox.TCustomNumberBox.ValueInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ValueInt64: Int64 read GetValueInt64 write SetValueInt64;

C++

__property __int64 ValueInt64 = {read=GetValueInt64, write=SetValueInt64};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox


Beschreibung

Verwendet den aktuellen Wert als einen Int64-Wert.

Siehe auch