TCustomLayer.OnMouseDown

property OnMouseDown: TMouseEvent;

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

Description

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

[See also]: Using Layers, OnMouseMove, OnMouseUp

See Also

Using Layers, TCustomImage32, TCustomImage32.OnMouseDown, OnMouseMove, OnMouseUp