Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure Propagate(SrcIndex: Integer); | Propagates the settings of the component at SrcIndex to all other components. |
| 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. |
Overload 1: procedure Propagate(SrcIndex: Integer);
Propagates the settings of the component at SrcIndex to all other components.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcIndex | Integer | source 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcIndex | Integer | source start index |
| 2 | DstIndex | TIntegerArray | destination start index |
Result: stored in self (calling object)