API:FMX.NumberBox.TNumberBox.HorzIncrement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzIncrement;

C++

__property HorzIncrement;

Properties

Type Visibility Source Unit Parent
property published
FMX.NumberBox.pas
FMX.NumberBox.hpp
FMX.NumberBox TNumberBox

Description

Represents the value with which the number is incremented or decremented when, while holding down the mouse button, you move the mouse horizontally.

FMX.NumberBox.TNumberBox.HorzIncrement inherits from FMX.EditBox.TCustomEditBox.HorzIncrement. All content below this line refers to FMX.EditBox.TCustomEditBox.HorzIncrement.

Represents the value with which the number is incremented or decremented when, while holding down the mouse button, you move the mouse horizontally.

HorzIncrement represents the value added or decreased from the number when, while holding down the mouse button, you move the mouse to the left or to the right.

See Also