FMX.Grid.TProgressColumn.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Single read FMax write SetMax stored IsMaxStored nodefault;

C++

__property float Max = {read=FMax, write=SetMax, stored=IsMaxStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TProgressColumn

Description

Specifies the maximum value for all the progress cells in this column.

See Also