SpinEdit.OnSpinDown

Syntax

Sub OnSpinDown(Sender: ISpinEdit; Args: IValueChangedEventArgs);

Begin

//set of operators;

End Sub OnSpinDown;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnSpinDown event occurs on pressing the SpinDown button in the edit field.

See also:

FloatEdit