FMX.StdActns.TValueRange

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TCustomValueRangeFMX.StdActns.TBaseValueRangeSystem.Classes.TPersistentSystem.TObjectTValueRange

Delphi

TValueRange = class (TCustomValueRange)

C++

class PASCALIMPLEMENTATION TValueRange : public TCustomValueRange

Properties

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

Description

Extends the TCustomValueRange class declaring Value, Min, Max, and some other properties to be published.

TValueRange is almost the same as TCustomValueRange. TValueRange only re-declares to published the visibility of the Value, Min, Max, Frequency, ViewportSize, and RelativeValue properties. As a result, these properties can be edited in the Object Inspector.

See Also