Vcl.ComCtrls.TUpDown.Max

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

Delphi

property Max: Integer read FMax write SetMax default 100;

C++

__property Max = {default=100};

プロパティ

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

説明

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

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

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

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

関連項目