type TAnalysisConnectorsCollection = class(TConnectorsCollection);
Allows design time and run-time connectivity of TAnalysis.
Allows design time and run-time connectivity of TAnalysis and its descendants. This object is used to enabled the Input/Inputs property capabilities to signal processing components.
Properties
| Name | Type | Description |
|---|---|---|
| Item | TSignalConnectItem | Default array property allows access to list items without typecasting. |
| OnInputUpdated | TNotifyEvent | Event to be called when any component pointed to by a collection item, recieves a recalculation request. |