Skip to main content

TcxPivotGridField.Values Property

Provides access to the values of the current field.

Declaration

property Values[ARecordIndex: Integer]: Variant read; write;

Property Value

Type
Variant

Remarks

Use this property to access and modify the values of the current field within the underlying data source. To access and modify the field value at a particular record, pass its index as the ARecordIndex parameter.

Note

Use this property to modify the values of unbound fields only. For bound data-aware fields, use the database-centric methods.

Use the RecordCount property to determine the total number of records in the underlying data source that provide data for the current field.

See Also