[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the current drawing state for the progress bar.
Source position: dialogs.pp line 717
published property TTaskDialogProgressBar.State : TProgressBarState |
State is a TProgressBarState property which indicates the drawing style used to render the progress bar. The default value for the property is pbsNormal. Values in the property affect the drawing style used for the completion indicator on the progress bar as follows:
Changing the value for the property causes the TDM_SET_PROGRESS_BAR_STATE message to be sent to the task dialog instance. This allows the task dialog and its widget to be updated with the mew state for the progress bar. This action is not performed if tfShowProgressBar has not been included in the flags for the task dialog or its Handle has not been assigned.
Added in LCL version 4.0.
Version 4.0 | Generated 2025-05-03 | Home |