Web.DBWeb.THTTPDataLink.DataSetScrolled

From RAD Studio API Documentation
Jump to: navigation, search

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

Ignores scrolling events on the dataset.

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

See Also