FMX.Grid.TProgressColumn.Max

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TProgressColumn


Beschreibung

Gibt den Maximalwert für alle Fortschrittszellen in dieser Spalte an.

Siehe auch