Vcl.ComCtrls.TProgressBar.Smooth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Smooth: Boolean read FSmooth write SetSmooth default False;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TProgressBar


Description

Specifies whether the progress bar is smooth or segmented.

Use Smooth to specify whether the progress bar is smooth or segmented.

Note: Smooth only works if the application does not use a manifest.

See Also