Vcl.NumberBox.TCustomNumberBox.UseUpDownKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseUpDownKeys: Boolean

C++

__property bool UseUpDownKeys = {read=FUseUpDownKeys, write=FUseUpDownKeys, default=1};

Properties

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

Description

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

See Also