Vcl.NumberBox.TCustomNumberBox.LargeStep

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LargeStep: Extended

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox


Beschreibung

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

Siehe auch