Event SLScope.TSLScopeChannelMarker.OnMouseUp
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLScopeChannelMarker
Contents |
Syntax
Delphi:
property OnMouseUp : TMouseEvent read write ;
C++ Builder:
__property TMouseEvent OnMouseUp = { read=, write= };
Summary
Occurs when the pressed mouse button has been released.
Description
Assign event handler to this event to be notified when the
pressed mouse button has been released.