Vcl.NumberBox.TCustomNumberBox.LargeStep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LargeStep: Extended

C++

__property System::Extended LargeStep = {read=FLargeStep, write=SetLargeStep, stored=IsLargeStepStored};

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 Page Up / Page Down keys.

See Also