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