FMX.StdCtrls.TArcDial.Frequency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TArcDial

Description

Specifies the number of positions this arc dial advances with each move.

Use the Frequency property to specify how many steps at once this arc dial advances (rotates) with each move. For instance, if you set Frequency to 10, then rotating the arc dial to either the left or the right produces an advancement of only 10 divisions at a time (0 degrees, 10 degrees, 20 degrees, and so on).

See Also