class TSpectrumTeeCollection : public TConnectorsCollection;
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.
Constructors
| Name | Description |
|---|---|
| TSpectrumTeeCollection |
Properties
| Name | Type | Description |
|---|---|---|
| BlockAssign | bool | |
| Count | int | |
| OnInputUpdated | tNotifyEvent | Event to be called when any component pointed to by a collection item, recieves a recalculation request. |
Methods
| Name | Description |
|---|---|
| Add | Create a new TSpectrumItem. |
| GetItems | |
| Items | |
| LocateSeries | Find the series by name. |
| SetItems | |
| UpdateInputs | Updates the assignment of all Inputs Items to individual TDSPTeeItem objects. |
Operators
| Name | Description |
|---|---|
| operator[] |