Event SLScope.TSLScopeChannelMarker.OnClick
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 OnClick : TNotifyEvent read write ;
C++ Builder:
__property TNotifyEvent OnClick = { read=, write= };
Summary
Occurs when the marker has been clicked by the mouse.
Description
Assign event handler to this event to be notified when the
mouse has been clicked over the marker.