public class TSpectrumItem : 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
| Name | Type | Description |
|---|---|---|
| Dirty | Boolean | Used internally to signal new data. |
| Input | TSpectrum | Connect a TSpectrum object to the Input. |
| OnInputUpdated | TNotifyEvent | The event will be called when the Input is Updated. |
Methods
| Name | Description |
|---|---|
| Reset | Set Input to nil. |
Events
| Name | Description |
|---|---|
| OnInputUpdatedEvent | The event will be called when the Input is Updated. |