FMX.StdActns.TCustomValueRange.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Double read GetMin write SetMin stored MinStored nodefault;

C++

__property double Min = {read=GetMin, write=SetMin, stored=MinStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TCustomValueRange

Description

Minimum permissible value of the floating-point Value range.

FMX.StdActns.TCustomValueRange.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