TCustomLayer.OnMouseUp

property OnMouseUp: 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 OnMouseUp event of TCustomImage32 instead.

See Also

Using Layers, TCustomImage32, TCustomImage32.OnMouseUp, OnMouseMove