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