Assigns the values of one aggregate field to another.
property Items[Index: Integer]: TAggregate; default;
Calling Assign allows assigning the values of one aggregate field to another. Use the Items property to iterate through all parameters. Index identifies the index in the range of 0..Count - 1. Items can reference a specific field by its index, but the GetValue method is preferable to avoid relying on the order of parameters.