FMX.StdCtrls.TProgressBar.Max

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TProgressBar

Beschreibung

Gibt den Maximalwert für diese Fortschrittsleiste an. Wenn Sie eine TProgressBar-Komponente auf einem Formular platzieren, wird der Vorgabewert für die Eigenschaft Max auf 100 gesetzt.

Siehe auch