TTMSFNCWidgetGaugeSections Class
Collection of colored gauge scale sections.
API unit family: TMSFNCWidgetGauge
Inherits from: TOwnedCollection
Syntax
TTMSFNCWidgetGaugeSections = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Gets or sets a section by zero-based index. |
Methods
| Name | Description |
|---|---|
| Add | Adds a section to the collection. |
| Delete | Deletes the section at the specified index. |
| Insert | Inserts a section at the specified index. |
Events
| Name | Description |
|---|---|
| OnChanged | Event raised when the collection changes. |