TSignalItem Class

TMtxCollectionItemTMtxConnectItemTSignalConnectItemTSignalItem

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

NameTypeDescription
DirtyBooleanUsed internally to signal new data.
InputTSignalConnect a TSignal object to the Input.
OnInputUpdatedTNotifyEventThe event will be called when the Input is Updated.

Methods

NameDescription
ResetSet Input to nil.