TTMSFNCCustomProgressBarLevelCollection Class
Ordered collection of progress bar threshold levels.
API unit family: TMSFNCProgressBar
Inherits from: TOwnedCollection
Syntax
TTMSFNCCustomProgressBarLevelCollection = class(TOwnedCollection)
Properties
| Name |
Description |
| Items |
Provides indexed access to the level items in the collection. |
| TMSFNCCustomProgressBar |
Reference to the owning progress bar control. |
Methods
| Name |
Description |
| Add |
Appends a new level item to the collection and returns it. |
| EndUpdate |
Ends a batched collection update and refreshes the owner. |
| Insert |
Inserts a new level item at the specified index and returns it. |
Events
| Name |
Description |
| OnChanged |
Fires when the collection contents change. |