RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.DataSetScrolled Method

Informs the TCustomDBGrid when the dataset has finished scrolling.

Pascal
procedure DataSetScrolled(Distance: Integer); override;
C++
virtual __fastcall DataSetScrolled(int Distance);

Applications cannot call the DataSetScrolled procedure directly. This procedure is called automatically after the dataset for the TCustomDBGrid scrolls. TGridDataLink informs the TCustomDBGrid that a scroll of the dataset has just occurred by calling its Scroll method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!