You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalMux Class > TSignalMux Properties > TSignalMux.InputList Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalMux.InputList Property

Component list connector.

Syntax
C#
Visual Basic
public TAnalysisList InputList;

When this property is assigned it will override any changes made to the Inputs property the first time when the Update method is called. The inputs property will be set like this: 

 

Inputs.Count := InputList.Count; for i := 0 InputList.Count-1 do Inputs[i].Input := InputList[i];
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!