Data.Bind.Components.TNotifyDistanceEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TNotifyDistanceEvent = procedure(Sender: TObject; Distance: Integer) of object;
C++
typedef void __fastcall (__closure *TNotifyDistanceEvent)(System::TObject* Sender, int Distance);
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. |