Show: Delphi C++
Display Preferences

FMX.Controls.TArcDial

From XE3 API Documentation
Jump to: navigation, search

FMX.Types.TStyledControlFMX.Types.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TArcDial

Delphi

TArcDial = class(TStyledControl, IValueRange)

C++

class PASCALIMPLEMENTATION TArcDial : public Fmx::Types::TStyledControl

Contents

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Description

Represents a general-purpose knob-style rotating button.

Use a TArcDial button in applications wherever you need to provide the user with a rotating button that resembles a knob. This arc dial control variates its Value in degrees, so if you want to use it as a linear control for varying the progress of a progress bar, for instance, you need to programmatically make a conversion from degrees to linear movement.

ArcDials.png

Control whether this arc dial component displays the value or not using the FMX.Controls.TArcDial.ShowValue property.

See Also

Code Examples

Personal tools
Translations