FMX.NumberBox.TNumberBox.VertIncrement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VertIncrement: Single read GetVertIncrement write SetVertIncrement stored VertIncrementStored nodefault;

C++

__property float VertIncrement = {read=GetVertIncrement, write=SetVertIncrement, stored=VertIncrementStored};

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 vertically.

VertIncrement represents the value added or decreased from the number when, while holding down the mouse button, you move the mouse up or down.

See Also