[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains information used to configure and update a progress bar enabled on the task dialog.
Source position: dialogs.pp line 817
public property TCustomTaskDialog.ProgressBar : TTaskDialogProgressBar |
ProgressBar is a TTaskDialogProgressBar property which contains range, position, and state information for a progress bar enabled on the task dialog. Changes to property values in ProgressBar cause the widgetset class to be updated and redrawn. The Handle for the dialog is used to send task dialog messages to the widget with the new values for the members.
Use the Flags property to enable a progress bar on the task dialog. tfShowProgressBar enables a conventional progress bar which displays completion percentage. tfShowMarqueeProgressBar enables the scrolling marquee-style progress bar.
Added in LCL version 4.0.
|
Provides information about a progress bar displayed on a TTaskDialog instance. |
Version 4.0 | Generated 2025-05-03 | Home |