FMX.StdActns.TCustomValueRange.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Double read GetMax write SetMax stored MaxStored nodefault;

C++

__property double Max = {read=GetMax, write=SetMax, stored=MaxStored};

Properties

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

Description

Maximum permissible value of the floating-point Value range.

FMX.StdActns.TCustomValueRange.Max inherits from FMX.StdActns.TBaseValueRange.Max. All content below this line refers to FMX.StdActns.TBaseValueRange.Max.

Maximum permissible value of the floating-point Value range.

See Also