FMX.StdCtrls.TCustomTrack.SmallChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmallChange: Single read FSmallChange write FSmallChange;

C++

__property float SmallChange = {read=FSmallChange, write=FSmallChange};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomTrack

Description

Controls the number of positions that the Thumb of the TCustomTrack moves each time the user presses on a free area.

See Also