Vcl.Samples.Spin.TSpinButton.OnDownClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDownClick: TNotifyEvent read FOnDownClick write FOnDownClick;

C++

__property System::Classes::TNotifyEvent OnDownClick = {read=FOnDownClick, write=FOnDownClick};

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 down button of the TSpinButton.

Use the OnDownClick event handler to specify what happens with the focused control value when the user clicks the down button of the TSpinButton.

See Also