property OnMouseMove: TMouseMoveEvent;

type TMouseMoveEvent = procedure(Sender: TObject; Shift: TShiftState; X, Y: Integer) of object;

Description

This event is obsolete and remains here only for backward compatibility. Use the OnMouseMove event of TCustomImage32 instead.

[See also]: Using Layers, OnMouseDown, OnMouseUp