TSpectrumItem Class

TMtxCollectionItemTMtxConnectItemTSignalConnectItemTSpectrumItem

type TSpectrumItem = class(TSignalConnectItem);

Spectrum collection item.

The class supports handling of TSpectrum as a TCollection item and maintains a list of references to TSpectrum objects. This list is editable from within Delphi IDE at design-time.

Properties

NameTypeDescription
DirtyBooleanUsed internally to signal new data.
InputTSpectrumConnect a TSpectrum object to the Input.
OnInputUpdatedTNotifyEventThe event will be called when the Input is Updated.

Methods

NameDescription
ResetSet Input to nil.