Vcl.NumberBox.TNumberBox.SmallStep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmallStep;

C++

__property SmallStep = {default=0};

Properties

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

Description

Defines value, on which Value property will be changed with spin buttons, Up/Down keys and mouse wheel.

Vcl.NumberBox.TNumberBox.SmallStep inherits from Vcl.NumberBox.TCustomNumberBox.SmallStep. All content below this line refers to Vcl.NumberBox.TCustomNumberBox.SmallStep.

Defines value, on which Value property will be changed with spin buttons, Up/Down keys and mouse wheel.

See Also