FMX.StdActns.IValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IValueRange = interface

C++

__interface  INTERFACE_UUID("{6DFA65EF-A8BF-4D58-9655-664B50C30312}") IValueRange  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns FMX.StdActns

Description

This interface declares methods for setting and getting the ValueRange property.

Each control that uses the TCustomValueRangeAction class must support this interface. IValueRange is used by an action for accessing the ValueRange property.

ValueRange provides access to the Value, Min, Max, Frequency, ViewportSize, and RelativeValue properties.

See Also