API:FMX.StdActns.TCustomValueRange

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TBaseValueRangeSystem.Classes.TPersistentSystem.TObjectTCustomValueRange

Delphi

TCustomValueRange = class (TBaseValueRange)

C++

class PASCALIMPLEMENTATION TCustomValueRange : public TBaseValueRange

Properties

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

Description

This class associates a floating-point number Value with methods and properties used for handling Value between the values specified by Min and Max.

FMX.StdActns.TCustomValueRange inherits from FMX.StdActns.TBaseValueRange. All content below this line refers to FMX.StdActns.TBaseValueRange.

This class associates a floating-point number Value with methods and properties used for handling Value between the values specified by Min and Max.

This class only keeps data, it does not check whether a stored Value is acceptable.

Objects of this class are used in actions that can be used by controls -- like TCustomTrack and TCustomEditBox -- having ValueRange-type properties.

See Also