type TSpectrumBands = class(TStreamedList);
A list to frequency band definitions.
Manages a list to frequency band definitions. The list ownes the items.
Constructors
| Name | Description |
|---|---|
| Create (2) | Create the list and pass TSpectrumBandsAnalyzer component as the owner. |
Properties
| Name | Type | Description |
|---|---|---|
| Item | TBandRecord | Default array property allows access to individual list items. |
Methods
| Name | Description |
|---|---|
| Add | Add a new band definition and allocate the record internally. |
| ClearPointers | |
| LoadFromStream | Load the list from the stream. |
| SaveToStream | Save the list to stream. |
| Update | Recalculate the statistics for bands. |