TcxSpinEditButtons Object

Applies to TestComplete 15.63, last modified on April 23, 2024

The TcxSpinEditButtons object is a helper object that contains information about the buttons of the TcxSpinEdit and TcxTimeEdit components. To obtain the TcxSpinEditButtons object from scripts, use the SpinButtons property.

A spin editor contains two types of buttons: Usual spin buttons produce small increment of the spin edit value, they increase/decrease it by the amount specified in the Increment property. Fast spin buttons produce large increments of the spin edit value, they increase/decrease it by the amount specified in the LargeIncrement property. The fast spin buttons are displayed only if the ShowFastButtons property is set to True.

To adjust the position of buttons within the spin edit component, use the Position property. To specify the visibility of the buttons, use the Visible property.

TcxSpinEditButtons Properties

TcxSpinEditButtons Methods

See Also

SpinButtons Property
TcxSpinEdit Object
TcxSpinEditProperties Object

Highlight search results