FMX.EditBox.TCustomEditBox.ValueRange

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

Delphi

property ValueRange: TValueRange read GetValueRange_ write SetValueRange_ stored ValueStored;

C++

__property Fmx::Stdactns::TValueRange* ValueRange = {read=GetValueRange_, write=SetValueRange_, stored=ValueStored};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox

説明

編集ボックス コントロール内の値の範囲を示します。

ValueRange は、ValueMinMaxFrequencyViewportSizeRelativeValue の各プロパティへのアクセスを提供します。

関連項目