RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.DataSetScrolled Method

Ignores scrolling events on the dataset.

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

Applications can not call DataSetScrolled directly. This method overrides the inherited method so that TDSTableProducer can ignore scrolling events that would occur if the TDSTableProducer were a visual control. 

 

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