public class TSpectrumCollection : TAnalysisConnectorsCollection
A collection for a list of references to TSpectrum objects.
The class is used to handle a collection of references to TSpectrum objects. This list is editable from within Delphi IDE in design-time.
Properties
| Name | Type | Description |
|---|---|---|
| Item | TSignalConnectItem | Default array property allows access to list items without typecasting. |
| OnInputUpdated | TNotifyEvent | Event to be called when any component pointed to by a collection item, recieves a recalculation request. |
Methods
| Name | Description |
|---|---|
| Add (2) | Create a new TSpectrumItem and it to collection. |
Events
| Name | Description |
|---|---|
| OnInputUpdatedEvent | Event to be called when any component pointed to by a collection item, recieves a recalculation request. |