FMX.Grid.TProgressColumn.Max
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.