Data.Bind.Components.TNotifyDistanceEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


説明

AddDataSetScrolledRemoveDataSetScrolled メソッドの実装によって使用される、手続き型。

パラメータ 説明
Sender イベント呼び出しを行ったオブジェクトです。
Distance スクロールする距離を示します。

関連項目