Vcl.DBLookup.TDBLookupList.Scroll

From RAD Studio API Documentation
Jump to: navigation, search

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 lookup list to reflect a new record position.

Scroll is called in response to changes in the current record in the dataset. Scroll updates the image of the lookup list, scrolling the data by Distance, if necessary.