Vcl.IMouse.TUpdateEvent

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

Delphi

TUpdateEvent = procedure (Sender: TObject; var Delta: TPoint;
var CursorDirection: TPanDirections) of object;

C++

typedef void __fastcall (__closure *TUpdateEvent)(System::TObject* Sender, Winapi::Windows::TPoint &Delta, TPanDirections &CursorDirection);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse Vcl.IMouse

説明

カーソルの更新を開始します。

このイベントは,カーソルが更新されるときに呼び出されます。