TTMSFNCCustomProgressBarLevelCollection.Insert Method
Inserts a new level item at the specified index and returns it.
API unit family: TMSFNCProgressBar
Declaring type: TTMSFNCCustomProgressBarLevelCollection
Syntax
function Insert(Index: Integer): TTMSFNCCustomProgressBarLevel;
Parameters
| Name | Description |
|---|---|
Index |
Zero-based insertion index. |
Returns
The newly created level item.