Open main menu

RAD Studio API Documentation β

Data.Bind.Components.TNotifyDistanceEvent

Delphi

TNotifyDistanceEvent = procedure(Sender: TObject; Distance: Integer) of object;

C++

typedef void __fastcall (__closure *TNotifyDistanceEvent)(System::TObject* Sender, int Distance);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Procedural type used by the AddDataSetScrolled and RemoveDataSetScrolled method implementations.

Parameter Description
Sender The object that issues the event call.
Distance Specifies the scrolling distance.

See Also