Type SLScope.TSLMarkerClickEvent

From Mitov Wiki Doc
Jump to: navigation, search

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 TSLMarkerClickEvent( Sender : TObject, ChannelIndex : Integer, MarkerIndex : Integer, ClickedValue : TSLRealPoint, var Handled : Boolean ) of object;

C++ Builder:

typedef void __fastcall (__closure *TSLMarkerClickEvent)( TObject * Sender, int ChannelIndex, 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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox