You are here: Symbol Reference > SignalProcessing Namespace > Classes > TSignalMux Class > published > TSignalMux.InputList Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalMux.InputList Property

Component list connector.

Pascal
property InputList: TAnalysisList;

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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!