property OnMouseDown: TMouseEvent;
type TMouseEvent = procedure (Sender: TObject; Button: TMouseButton ; Shift: TShiftState; X, Y: Integer) of object;
This event is obsolete and remains here only for backward compatibility. Use the OnMouseDown event of TCustomImage32 instead.
[See also]: Using Layers, OnMouseMove, OnMouseUp