RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.DataSetScrolled Method

Allows a response to scrolling the representation of the dataset within the data-aware object.

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

DataSetScrolled ignores the Distance parameter and calls DataSetChanged. Derived classes can override this procedure to make additional adjustments when the dataset scrolls. 

 

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