TSignalCollection Class

Source: SignalTools.cs · Assembly: Dew.Signal

public class TSignalCollection : 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.

Properties

NameTypeDescription
ItemTSignalItemDefault array property allows access to list items without typecasting.
OnInputUpdatedTNotifyEventEvent to be called when any component pointed to by a collection item, recieves a recalculation request.

Methods

NameDescription
AddCreate a new TSignalItem.

Events

NameDescription
OnInputUpdatedEventEvent to be called when any component pointed to by a collection item, recieves a recalculation request.