Skip to main content
A newer version of this page is available. .

TcxCustomGridTableView.OnTopRecordIndexChanged Event

Occurs when a View is scrolled vertically.

Declaration

property OnTopRecordIndexChanged: TNotifyEvent read; write;

Remarks

Use the OnTopRecordIndex event handler to process vertical scrolling of a View. This event occurs when the View is scrolled either by keyboard navigation or by moving the View’s vertical scrollbar.

See Also