FMX.ComboTrackBar.TComboTrackBar.Frequency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Frequency: Single read GetFrequency write SetFrequency stored ValueStored nodefault;

C++

__property float Frequency = {read=GetFrequency, write=SetFrequency, stored=ValueStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBar

Description

Contains the value by which the number increases or decreases when the trackbar scroll is being moved.

When you move the thumb of the TComboTrackBar object, its Value property is modified with a specified value on every step. Set the Frequency property in order to specify the step size of the trackbar increment.

See Also