Skip to main content

TcxCustomGridRecord.RecordIndex Property

Specifies the record index of the current record.

Declaration

property RecordIndex: Integer read;

Property Value

Type
Integer

Remarks

A record index identifies the position of the current record within a dataset. The Record index is not changed when the visual position of a record within a View is changed. You can access the Index property to determine where the record is displayed within a View.

See Also