TSpectrumBands Class

TObjectListTStreamedListTSpectrumBands

type TSpectrumBands = class(TStreamedList);

A list to frequency band definitions.

Manages a list to frequency band definitions. The list ownes the items.

Constructors

NameDescription
Create (2)Create the list and pass TSpectrumBandsAnalyzer component as the owner.

Properties

NameTypeDescription
ItemTBandRecordDefault array property allows access to individual list items.

Methods

NameDescription
AddAdd a new band definition and allocate the record internally.
ClearPointers
LoadFromStreamLoad the list from the stream.
SaveToStreamSave the list to stream.
UpdateRecalculate the statistics for bands.