FMX.StdActns.TBaseValueRange.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Double read FMin write FMin;

C++

__property double Min = {read=FMin, write=FMin};

Properties

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

Description

Minimum permissible value of the floating-point Value range.

See Also