Vcl.ComCtrls.TProgressBar.SmoothReverse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmoothReverse: Boolean read FSmoothReverse write SetSmoothReverse default false;

C++

__property bool SmoothReverse = {read=FSmoothReverse, write=SetSmoothReverse, default=0};

Properties

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

Description

Sets and gets the ability to show a decrease in progress of the progress bar.

Use SmoothReverse to set and get the ability to show a decrease in progress of the progress bar.