Vcl.Samples.Spin.TSpinButton.OnUpClick
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.Samples.Spin.pas Vcl.Samples.Spin.hpp |
Vcl.Samples.Spin | TSpinButton |
Description
Occurs when the user clicks the up button of the TSpinButton.
Use the OnUpClick event handler to specify what happens with the focused control value when the user clicks the up button of the TSpinButton.