Class SLScope.TSLDisplayViews
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: TObjectList
Contents |
Syntax
Delphi:
type TSLDisplayViews = class( TObjectList )
C++ Builder:
class TSLDisplayViews : public TObjectList
Visual C++ (MFC):
class CTSLDisplayViews : public CLPComponent
C# (.NET):
public ref class TSLDisplayViews : Vcl.VclObjectListProperty
Summary
Collection of TSLDisplayView objects.
Description
Defines collection of TSLDisplayView objects. The display views are created internally by the data displays. Do not make instances of this class or its descendants.
Properties
Public
- Items - Allows access to individual view of the collection.
Methods
Public
- function Add(AObject : TSLDisplayView) : Integer
- function AddAfter(AAfterObject : TSLDisplayView; AObject : TSLDisplayView) : Integer
- function AddBefore(AAfterObject : TSLDisplayView; AObject : TSLDisplayView) : Integer
- function Remove(AObject : TSLDisplayView) : Integer
- procedure Reassign(AObject : TSLDisplayView)