[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 709
public constructor TTaskDialogProgressBar.Create( |
ADialog: TCustomTaskDialog |
); |
ADialog |
|
Task dialog where the progress bar is hosted. |
Create is the constructor for the class instance. It extends the constructor to specify the task dialog where the progress bar information is used in the ADialog argument. It sets the default values for properties in the class instance, including: Min (PB_DEFMIN), Max (PB_DEFMAX), and MarqueeSpeed (0 milliseconds).
Added in LCL version 4.0.
|
Upper limit for the Position on the progress bar. |
|
|
Lower limit for the Position on the progress bar. |
|
|
Contains the number of milliseconds between updates for a progress bar using the marquee display style. |
|
|
Numeric constant which defines the default value for the Min property in a progress bar. |
|
|
Numeric constant which defines the default value for the Max property in a progress bar. |
|
|
Defines a configurable, modal task dialog at run-time. |
Version 4.0 | Generated 2025-05-03 | Home |