Class SLScope.TSLDisplayElementChannelLinks
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
Inherits: TSLDisplayCollection
Contents |
Syntax
Delphi:
type TSLDisplayElementChannelLinks = class( TSLDisplayCollection )
C++ Builder:
class TSLDisplayElementChannelLinks : public TSLDisplayCollection
Visual C++ (MFC):
class CTSLDisplayElementChannelLinks : public CTSLDisplayCollection
C# (.NET):
public ref class TSLDisplayElementChannelLinks : Mitov.PlotLab.DisplayCollection
Summary
Collection of display element-channel links
Description
Defines collection of display element-channel links.
Methods
Public
- procedure AddChannel(AChannel : TSLDisplayChannel) - Adds a channel to the collection.
- procedure RemoveChannel(AChannel : TSLDisplayChannel) - Removes a channel from the collection.
From TSLDisplayCollection
Properties
Public
- Items - Allows access to individual item of the collection.