TTMSFNCProgressBar

TTMSFNCProgressBar provides users with visual feedback about the progress of a procedure within an application.
Properties
Property name |
Description |
Appearance |
Property for various appearance settings. DefaultLevel values, Fill, Font, Stroke and Stacked property. |
Layout |
Can be used to set the number of blocks, text settings, rounding and minimum and maximum images. |
Levels |
Collection that can be used to change the progress on specific values. Each TTMSFNCProgressBarLevel has an active font, fill, stroke and LevelPosition. |
Maximum |
The maximum value of the progress. |
Minimum |
The minimum value of the progress. |
Value |
The current value of the progress. |
Events
Event name |
Description |
OnBeforeDrawBlock |
Event triggered before drawing the progress block. (This is for each separate block.) |
OnAfterDrawBlock |
Event triggered after drawing the progress block. (This is for each separate block.) |
OnBeforeDrawValue |
Event triggered before drawing the value. (This is for the background font and each active font.) |
OnAfterDrawValue |
Event triggered after drawing the value. (This is for the background font and each active font.) |
OnAppearanceChanged |
Event triggered when the one of the Appereance properties is changed. |
OnLayoutChanged |
Event triggered when the one of the Layout properties is changed. |