FMX.EditBox.TCustomEditBox.HorzIncrement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzIncrement: Single read GetHorzIncrement write SetHorzIncrement stored HorzIncrementStored nodefault;

C++

__property float HorzIncrement = {read=GetHorzIncrement, write=SetHorzIncrement, stored=HorzIncrementStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox

Description

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