Vcl.NumberBox.TCustomNumberBox.SmallStep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmallStep: Extended

C++

__property System::Extended SmallStep = {read=FSmallStep, write=SetSmallStep, stored=IsSmallStepStored};

Properties

Type Visibility Source Unit Parent
property public
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox

Description

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

See Also