Type SLScope.TSLDisplayMarkerClickEvent
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.
Package: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type procedure TSLDisplayMarkerClickEvent( Sender : TObject, AOwnerIndex : Integer, MarkerIndex : Integer, ClickedValue : TSLRealPoint, var Handled : Boolean ) of object;
C++ Builder:
typedef void __fastcall (__closure *TSLDisplayMarkerClickEvent)( TObject * Sender, int AOwnerIndex, int MarkerIndex, TSLRealPoint ClickedValue, bool &Handled );
Summary
Defines OnClick events for MarkerGroup items.
Description
This event type is used for OnClick events for MarkerGroup items. The events are called when an Marker that belongs to the group is clicked.