type TSignalItem = class(TSignalConnectItem);
Collection item.
The class supports handling of TSignal as a TCollection item and maintains a list of references to TSignal objects. This list is editable from within Delphi IDE in design-time.
Properties
| Name | Type | Description |
|---|---|---|
| Dirty | Boolean | Used internally to signal new data. |
| Input | TSignal | Connect a TSignal object to the Input. |
| OnInputUpdated | TNotifyEvent | The event will be called when the Input is Updated. |
Methods
| Name | Description |
|---|---|
| Reset | Set Input to nil. |