Skip to main content

TcxSpinEditButtons.ShowFastButtons Property

Determines whether fast buttons are visible within an editor.

Declaration

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.

ShowFastButton is set to False ShowFastButton is set to True

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