[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TComponentDataLink.DataSetScrolled

Signals the OnDataSetScrolled event handler when assigned.

Declaration

Source position: dbgrids.pas line 221

protected procedure TComponentDataLink.DataSetScrolled(

  Distance: Integer

); override;

Arguments

Distance

  

Number of records for the event notification.

Description

DatasetScrolled is a procedure used to signal the OnDataSetScrolled event handler when it has been assigned in the class instance.

See also

TDataLink.ActiveRecord

The latest version of this document can be found at lazarus-ccr.sourceforge.net.