Class PLMultiWaterfall.TPLMultiWaterfallChannel
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' MultiWaterfallChannel : [[Class SLScope.TSLOptionalDisplayCollectionItem|Mitov.PlotLab.OptionalDisplayCollectionItem]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:31, 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: PlotLabPkg
Unit: PLMultiWaterfall
Inherits: TSLOptionalDisplayCollectionItem
Contents |
Syntax
Delphi:
type TPLMultiWaterfallChannel = class( TSLOptionalDisplayCollectionItem )
C++ Builder:
class TPLMultiWaterfallChannel : public TSLOptionalDisplayCollectionItem
Visual C++ (MFC):
class CTPLMultiWaterfallChannel : public CTSLOptionalDisplayCollectionItem
C# (.NET):
public ref class MultiWaterfallChannel : Mitov.PlotLab.OptionalDisplayCollectionItem
Summary
Visual Multi Waterfall data channels class.
Description
Defines the class for visual data display channels such as the channels in TPLMultiWaterfall components. Do not make instances of this class.
Properties
Published
Public
- Data - Allows setting the channel data.
Pins
- InputPin - The input pin of the channel.
From TSLOptionalDisplayCollectionItem
Properties
Published
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)