FMX.SpinBox.TSpinBoxModel.RepeatClick
Delphi
property RepeatClick: Boolean read FRepeatClick write SetRepeatClick;
C++
__property bool RepeatClick = {read=FRepeatClick, write=SetRepeatClick, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.SpinBox.pas FMX.SpinBox.hpp |
FMX.SpinBox | TSpinBoxModel |
Description
Determines whether the TSpinBox does several clicks when the user keeps the button held down.
When RepeatClick is True, the user can hold the button down to do several clicks until the button is released.
By default the RepeatClick property is set to False.