class TSpectrumItem : public 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.
Constructors
| Name | Description |
|---|---|
| TSpectrumItem (2) |
Properties
| Name | Type | Description |
|---|---|---|
| Collection | TMtxCollection* | |
| Dirty | bool | Used internally to signal new data. |
| Index | int | |
| Input | TSpectrum* | Connect a TSpectrum object to the Input. |
| OnInputUpdated | tNotifyEvent | The event will be called when the Input is Updated. |
| Owner | tObject* |
Methods
| Name | Description |
|---|---|
| Assign | |
| CustomEvent | |
| Reset | Set Input to nil. |
| SetOwner | |
| UpdateReference |