Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Propagate(Int32 SrcIndex) | Propagates the settings of the component at SrcIndex to all other components. |
| 2 | void Propagate(Int32 SrcIndex, Int32[] DstIndex) | Assign all property values of the defined item to the items specified with their indexes in the DstIndex array. |
Overload 1: void Propagate(Int32 SrcIndex)
Propagates the settings of the component at SrcIndex to all other components.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcIndex | Int32 | source start index |
Result: stored in self (calling object)
Remarks:
The settings are assigned using the SaveTemplateToStream and LoadTemplateFromStream methods.
Overload 2: void Propagate(Int32 SrcIndex, Int32[] DstIndex)
Assign all property values of the defined item to the items specified with their indexes in the DstIndex array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcIndex | Int32 | source start index |
| 2 | DstIndex | Int32[] | destination start index |
Result: stored in self (calling object)