TcxSpinEditButtons.ShowFastButtons Property
In This Article
Determines whether fast buttons are visible within an editor.
#Declaration
Delphi
property ShowFastButtons: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Press fast buttons to increase/decrease the EditValue of an editor by the LargeIncrement property value.
All the possible values for the ShowFastButtons property are listed in the following table.
Show |
Show |
---|---|
![]() |
![]() |
Note that the visibility of both standard and fast spin buttons is controlled by the Visible property.
The default value of the ShowFastButtons property is False.
See Also