Vcl.RibbonActnCtrls.TRibbonSpinEdit.UpClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpClick (Sender: TObject); virtual;

C++

virtual void __fastcall UpClick(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinEdit

Description

Executes the control's action in response to a mouse click on the up button of TRibbonSpinEdit.

UpClick is called automatically when the user left-clicks the up button of the control. The method moves the spin edit content down so the user can see the content below.

See Also