FMX.StdActns.TValueRange.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Double read GetMin write SetMin stored MinStored;

C++

__property Min;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TValueRange

Description


Minimum permissible value of the floating-point Value range.

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

Minimum permissible value of the floating-point Value range.

See Also