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)