API:Vcl.DBLookup.TDBLookupList.Scroll
Delphi
procedure Scroll(Distance: Integer); override;
C++
virtual void __fastcall Scroll(int Distance);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.DbLookup.pas Vcl.DBLookup.hpp |
Vcl.DBLookup | TDBLookupList |
Description
Updates the image of the grid to reflect a new record position.
Vcl.DBLookup.TDBLookupList.Scroll inherits from Vcl.DBGrids.TCustomDBGrid.Scroll. All content below this line refers to Vcl.DBGrids.TCustomDBGrid.Scroll.
Updates the image of the grid to reflect a new record position.
Scroll is called in response to changes in the current record in the dataset. Scroll updates the image in the grid, scrolling the data if necessary.