Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterScroll; virtual;

C++

virtual void __fastcall DoAfterScroll();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

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.

See Also