FMX.StdCtrls.TArcDial.Tracking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tracking: Boolean read FTracking write FTracking default True;

C++

__property bool Tracking = {read=FTracking, write=FTracking, default=1};

Properties

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

Description

Specifies whether thumb tracking is active or not.

See Also