Skip to main content

TdxBarSpinEdit.OnButtonClick Event

Occurs when a user presses edit buttons or up and down keyboard arrows to perform changes.

Declaration

property OnButtonClick: TdxBarSpinEditButtonClickEvent read; write;

Remarks

Write an OnButtonClick event handler to process edit button press events based on your specific needs. The Sender parameter specifies the TdxBarSpinEdit item whose button was pressed. The Button parameter specifies the pressed button:

Value Meaning
sbUp Either the up edit button or the up arrow key is pressed.
sbDown Either the down edit button or the down arrow key is pressed.
sbNone The Button parameter never accepts this value. It is for internal use only.
See Also