Vcl.RibbonActnCtrls.TRibbonSpinButton.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.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinButton

Description

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

Use the OnDownClick event handler to specify what happens when the user clicks the down button of the TRibbonSpinEdit.

See Also