FMX.SpinBox.TSpinBox.RepeatClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RepeatClick: Boolean read GetRepeatClick write SetRepeatClick default False;

C++

__property bool RepeatClick = {read=GetRepeatClick, write=SetRepeatClick, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.SpinBox.pas
FMX.SpinBox.hpp
FMX.SpinBox TSpinBox

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.

See Also