TTMSFNCTimelineIndicators Class
Collection of
TTMSFNCTimelineIndicatoritems displayed as marker points on the timeline.
API unit family: TMSFNCTimeline
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCTimelineIndicators = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Indexed access to the indicator items in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new indicator to the collection and returns it. |
| AddIndicator | Adds an indicator at the specified timeline value. |
| Delete | Removes the indicator at the specified index from the collection. |
| Insert | Inserts a new indicator at the specified index and returns it. |
| UnSelectAll | Clears the selection state of all indicators in the collection. |