UniDAC

TAggregates.Items Property(Indexer)

Assigns the values of one aggregate field to another.

Class

TAggregates

Syntax

property Items[Index: Integer]: TAggregate; default;

Parameters
Index
Holds an index in the range 0..Count - 1.

Remarks

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.

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback