Vcl.ComCtrls.TUpDown.Min

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

Delphi

property Min: Integer read FMin write SetMin default 0;

C++

__property Min = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TUpDown

説明

Position プロパティの最小値を指定します。

Vcl.ComCtrls.TUpDown.Min は Vcl.ComCtrls.TCustomUpDown.Min を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomUpDown.Min を参照しています。

Position プロパティの最小値を指定します。

Min プロパティは,Position プロパティに指定できる値の範囲に下限を設定できます。

関連項目