FMX.StdCtrls.TArcDial.ValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueRange: TValueRange read FValueRange write SetValueRange_;

C++

__property Fmx::Stdactns::TValueRange* ValueRange = {read=FValueRange, write=SetValueRange_};

Properties

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

Description

Provides access to the Value and Frequency properties.

See Also