API:Vcl.NumberBox.TNumberBox.UseUpDownKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseUpDownKeys;

C++

__property UseUpDownKeys = {default=1};

Properties

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

Description

Enables or disables the use of the up and down keys to edit the TNumberBox value.

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

Enables or disables the use of the up and down keys to edit the TNumberBox value.

See Also