API:Web.DBWeb.THTTPDataLink.DataSetScrolled
Delphi
procedure DataSetScrolled(Distance: Integer); override;
C++
virtual void __fastcall DataSetScrolled(int Distance);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Web.DBWeb.pas Web.DBWeb.hpp |
Web.DBWeb | THTTPDataLink |
Description
Allows a response to scrolling the representation of the dataset within the data-aware object.
Web.DBWeb.THTTPDataLink.DataSetScrolled inherits from Data.DB.TDataLink.DataSetScrolled. All content below this line refers to Data.DB.TDataLink.DataSetScrolled.
Allows a response to scrolling the representation of the dataset within the data-aware object.
DataSetScrolled ignores the Distance parameter and calls DataSetChanged. Derived classes can override this procedure to make additional adjustments when the dataset scrolls.