OnMouseDown

Graphics32

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

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