TTMSFNCWidgetTrendValues.Items Property
Provides indexed access to the data points in the collection. This is the default property, so items can be accessed directly through the collection.
API unit family: TMSFNCWidgetTrendIndicator
Declaring type: TTMSFNCWidgetTrendValues
Type: TTMSFNCWidgetTrendValue
Syntax
property Items[Index: Integer]: TTMSFNCWidgetTrendValue;
Parameters
| Name | Description |
|---|---|
Index |
The zero-based index of the item to read or write. |