Class SLScope.TSLScopeTextLabel
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ScopeTextLabel : [[Class SLScope.TSLDisplayTextLabel|Mitov.PlotLab.DisplayTextLabel]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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
Inherits: TSLDisplayTextLabel
Syntax
Delphi:
type TSLScopeTextLabel = class( TSLDisplayTextLabel )
C++ Builder:
class TSLScopeTextLabel : public TSLDisplayTextLabel
Visual C++ (MFC):
class CTSLScopeTextLabel : public CTSLDisplayTextLabel
C# (.NET):
public ref class ScopeTextLabel : Mitov.PlotLab.DisplayTextLabel
Summary
Scope text label class.
Description
Defines scope text label class.
Properties
Published
- XAxisIndex - Specifies the index of the X axis the element will be associated with.
- YAxisIndex - Specifies the index of the Y axis the element will be associated with.
Public
From TSLDisplayTextLabel
Properties
Published
Public
- IsDynamic - The label is created by the user from inside the component dialog.
Methods
Public
- function GetOwnerComponent() : TSLDataDisplay
- procedure Draw(ACanvas : TLPCanvas; DispRect : TRect; Printing : Boolean)
- function HitTest(X : Integer; Y : Integer; DispRect : TRect) : Boolean
From TSLOptionalAxesCursorDisplayCollectionItem
Properties
Published
- MouseCursor - Specifies the image used to represent the mouse pointer when it passes into the region covered by the element.
From TSLOptionalAxesDisplayCollectionItem
Methods
Public
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.
From TSLDisplaySelectableCollectionItem
Methods
Public
- procedure MouseEnter()
- procedure MouseLeave()
- procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)
- procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)
From TSLDisplayCollectionItem
Properties
Published
- Tag - Stores an general purpose integer value as part of an item