Vcl.NumberBox.TCustomNumberBox.ValueInt

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ValueInt: Integer read GetValueInt write SetValueInt;

C++

__property int ValueInt = {read=GetValueInt, write=SetValueInt, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox


説明

現在の Value を Integer として使用します。

関連項目