type TSignalConnectItem = class(TMtxConnectItem);
Item class that enables connectivity of components.
Item class that enables connectivity of signal processing components.
Properties
| Name | Type | Description |
|---|---|---|
| Dirty | Boolean | Used internally to signal new data. |
| Input | TAnalysis | To connect the component as input assign it to this property. |
| OnInputUpdated | TNotifyEvent | The event will be called when the Input is Updated. |
Methods
| Name | Description |
|---|---|
| Reset | Set Input to nil. |