TcxPivotGridRecords.Add(Integer) Method
Adds the ARecordIndex to the TcxPivotGridRecords collection.
Declaration
procedure Add(ARecordIndex: Integer);
Parameters
Name | Type |
---|---|
ARecordIndex | Integer |
Remarks
Use the Add method to add the new dataset record index at the end of the collection.
The ARecordIndex parameter specifies the dataset record index to be added.
See Also