Summary
Component list connector.
Class
TSignalMux
Declaration
Property InputList: TAnalysisList read FInputList write SetInputList stored InputsStored;
Description
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 2008 Dew Research |
http://www.dewresearch.com