Vcl.NumberBox.TNumberBox.LargeStep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LargeStep;

C++

__property LargeStep = {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 Page Up / Page Down keys.

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

Defines value, on which Value property will be changed with Page Up / Page Down keys.

See Also