Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeScroll

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

procedure DoBeforeScroll; virtual;

C++

virtual void __fastcall DoBeforeScroll();

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.

See Also