FMX.StdActns.TBaseValueRange

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTBaseValueRange

Delphi

TBaseValueRange = class (TPersistent)

C++

class PASCALIMPLEMENTATION TBaseValueRange : public System::Classes::TPersistent

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.

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