| Name | Type | Description |
|---|
| Active | bool | Set active to false to suppress the propagation of the Pull request and the subsequent call to the Update method. |
| BlockAssign | bool | Block streaming of specific properties when storing only a "template". |
| Complex | bool | Set this property to true, to request computation using complex numbers. |
| Continuous | bool | If True, the component will pass on the udpate request to the connected component. |
| Count | int | Defines the size of the list. |
| EditIndex | int | Specifies index of the item in the list for which to display the design-time editor. |
| EditorActive | bool | Returns True, if the component editor is displayed. |
| First | TMtxComponent* | Returns the pointer to Items[0]. |
| FloatPrecision | TMtxFloatPrecision | Set this property to request computation in 32bit/64bit precision with real/complex numbers. |
| FloatPrecisionLock | bool | Set this property to true to lock changes to FloatPrecision property. |
| Input | TAnalysis* | Data source. |
| Inputs | TAnalysisList* | Data source. |
| IsDouble | bool | Set this property to false, to request computation in 32bit floating point precision, 64bit, if true. |
| ItemsCollection | TMtxComponentCollection* | Content serialization and designer editor support. |
| Last | TMtxComponent* | Returns Items[Count - 1]. |
| Managed | bool | |
| Name | DewString | |
| OnAfterUpdate | tNotifyEvent | The event is triggered after the call to the Update method. |
| OnBeforeUpdate | tNotifyEvent | The event is triggered just before the call to the Update method. |
| OnDisplayUpdate | tNotifyEvent | The event is triggered after the OnAfterUpdate event. |
| OnItemAdd | TMtxComponentAddEvent | Event triggered after a new item has been added. |
| OnItemDelete | TMtxComponentDeleteEvent | Event triggered before the Item will be deleted. |
| OnNotifyUpdate | tNotifyEvent | The event is called after a call to InternalUpdate, OnAfterUpdate and OnDisplayUpdate from within the Update method. |
| OnParameterUpdate | tNotifyEvent | The event is triggered when ParamUpdate method is called. |
| PropagateTemplate | bool | Defines how TSignalDemuxList::Propagate will proparage properties. |
| Reference | TReferenceList* | Stores a list of components that have to be notified, when this component is destroyed. |
| SuspendNotifyUpdate | bool | Set this property to True, to prevent calling OnNotifyUpdate from the Update Method. |