Vcl.NumberBox.TCustomNumberBox.ValueInt64
Delphi
property ValueInt64: Int64 read GetValueInt64 write SetValueInt64;
C++
__property __int64 ValueInt64 = {read=GetValueInt64, write=SetValueInt64};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.NumberBox.pas Vcl.NumberBox.hpp |
Vcl.NumberBox | TCustomNumberBox |
説明
現在の Value を Int64 として使用します。