Back to Devexpress

TcxCustomGridRecord.RecordIndex Property

vcl-cxgridcustomtableview-dot-tcxcustomgridrecord-76b5d229.md

latest942 B
Original Source

TcxCustomGridRecord.RecordIndex Property

Specifies the record index of the current record.

Declaration

delphi
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

TcxCustomGridRecord.Index

TcxCustomGridRecord Class

TcxCustomGridRecord Members

cxGridCustomTableView Unit