Vcl.ComCtrls.TCustomUpDown.Min

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

Delphi

property Min: Integer read FMin write SetMin default 0;

C++

__property int Min = {read=FMin, write=SetMin, default=0};

プロパティ

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

説明

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

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

関連項目