class TSignalItem : public 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.
Constructors
| Name | Description |
|---|---|
| TSignalItem (2) |
Properties
| Name | Type | Description |
|---|---|---|
| Collection | TMtxCollection* | |
| Dirty | bool | Used internally to signal new data. |
| Index | int | |
| Input | TSignal* | Connect a TSignal object to the Input. |
| OnInputUpdated | tNotifyEvent | The event will be called when the Input is Updated. |
| Owner | tObject* |
Methods
| Name | Description |
|---|---|
| Assign | |
| CustomEvent | |
| Reset | Set Input to nil. |
| SetOwner | |
| UpdateReference |