Vcl.ComCtrls.TProgressBar.Smooth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Smooth: Boolean read FSmooth write SetSmooth default False;

C++

__property bool Smooth = {read=FSmooth, write=SetSmooth, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TProgressBar


Beschreibung

Gibt an, ob die Fortschrittsanzeige in Segmente unterteilt ist.

Mit Smooth legen Sie fest, ob die Fortschrittsanzeige stufenlos oder in Segmente unterteilt ist.

Hinweis: Smooth funktioniert nur, wenn die Anwendung kein Manifest verwendet.

Siehe auch