Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeScroll
Delphi
procedure DoBeforeScroll; virtual;
C++
virtual void __fastcall DoBeforeScroll();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
Description
BeforeScroll event dispatcher.
DoBeforeScroll is a BeforeScroll event dispatcher. Override this method to define how the TBindSourceAdapter should be handled before the source adapter scrolls from one item to another by changing the ItemIndex property.