Vcl.Samples.Spin.TSpinEdit.DownClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DownClick (Sender: TObject); virtual;

C++

virtual void __fastcall DownClick(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

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

DownClick is called automatically when the user left-clicks the down button of the control. The method decreases the edit box's Value.

See Also