Vcl.RibbonActnCtrls.TRibbonSpinButton.OnUpClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpClick: TNotifyEvent read FOnUpClick write FOnUpClick;

C++

__property System::Classes::TNotifyEvent OnUpClick = {read=FOnUpClick, write=FOnUpClick};

Properties

Type Visibility Source Unit Parent
event published
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinButton

Description

Occurs when the user clicks the up button of the TRibbonSpinEdit.

Use the OnUpClick event handler to specify what happens when the user clicks the up button of the TRibbonSpinEdit.

See Also