TcxPivotGridRecords.Items Property
Provides indexed access to dataset records indexes.
Declaration
property Items[Index: TdxListIndex]: TdxNativeInt read; write; default;
Property Value
Type |
---|
TdxNativeInt |
Remarks
Use the Items property to get the dataset record index at the position specified by the zero-based Index parameter.
See Also