Back to Devexpress

TcxCustomEditorRowProperties.Values Property

vcl-cxvgrid-dot-tcxcustomeditorrowproperties-6db021b3.md

latest715 B
Original Source

TcxCustomEditorRowProperties.Values Property

Provides indexed access to the row’s values.

Declaration

delphi
property Values[Index: Integer]: Variant read;

Property Value

Type
Variant

Remarks

Used to determine the required row’s value.

The Index parameter identifies the record index in a dataset.

See Also

TcxCustomEditorRowProperties.Value

TcxCustomEditorRowProperties Class

TcxCustomEditorRowProperties Members

cxVGrid Unit