class TSignalCollection : public TAnalysisConnectorsCollection;
A collection for a list of references to TSignal objects.
The class is used to handle a collection of references to TSignal objects. This list is editable from within Delphi IDE at design-time.
Constructors
| Name | Description |
|---|---|
| TSignalCollection (2) |
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 (3) | Create a new TSignalItem. |
| GetItems | |
| IndexOf | |
| Insert | |
| Items | |
| Remove | |
| SetItems (2) |
Operators
| Name | Description |
|---|---|
| operator[] |