ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamSystemShellView.OnMouseUp

Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component.

Syntax
Pascal
property OnMouseUp;

See TControl.OnMouseUp. We noticed that the WM_LBUTTONUP message is not reliably send by the underlying ActiveX control, so you should not rely on this event. There is nothing we can do about it.