FMX.StdActns.TBaseValueRange.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Double read FMax write FMax;

C++

__property double Max = {read=FMax, write=FMax};

Properties

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

Description

Maximum permissible value of the floating-point Value range.

See Also