Type SLScope.TSLCustomMouseLabelEvent
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.
Package: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type procedure TSLCustomMouseLabelEvent( Sender : TObject, XValue : Real, YValue : Real, var AxisLabel : String ) of object;
C++ Builder:
typedef void __fastcall (__closure *TSLCustomMouseLabelEvent)( TObject * Sender, double XValue, double YValue, String &AxisLabel );
Summary
Defines event to be fired when a mouse label is in about to be painted.
Description
Use this event to provide custom text for the mouse text box.