Vcl.Samples.Spin.TSpinEdit.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.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinEdit

Description

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

UpClick is called automatically when the user left-clicks the up button of the control. The method increases the edit box's Value.

See Also