TSignalDemuxList.Propagate Method

Overload List

#SignatureDescription
1procedure Propagate(SrcIndex: Integer);Propagates the settings of the component at SrcIndex to all other components.
2procedure Propagate(SrcIndex: Integer; const DstIndex: TIntegerArray);Assign all property values of the defined item to the items specified with their indexes in the DstIndex array.

Overload 1: procedure Propagate(SrcIndex: Integer);

Propagates the settings of the component at SrcIndex to all other components.

#NameTypeDescription
1SrcIndexIntegersource start index

Result: stored in self (calling object)

Remarks:

The settings are assigned using the SaveTemplateToStream and LoadTemplateFromStream methods.

Overload 2: procedure Propagate(SrcIndex: Integer; const DstIndex: TIntegerArray);

Assign all property values of the defined item to the items specified with their indexes in the DstIndex array.

#NameTypeDescription
1SrcIndexIntegersource start index
2DstIndexTIntegerArraydestination start index

Result: stored in self (calling object)