Class ILSpectrumDisplay.TILExternalSpectrumDisplayElement
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: InstrumentLabPkg
Unit: ILSpectrumDisplay
Inherits: TILSpectrumDisplay
Syntax
Delphi:
type TILExternalSpectrumDisplayElement = class( TILSpectrumDisplay, ILPComponentElement, ILPDrawComponentElement )
C++ Builder:
class TILExternalSpectrumDisplayElement : public TILSpectrumDisplay
Visual C++ (MFC):
class CTILExternalSpectrumDisplayElement : public CTILSpectrumDisplay
C# (.NET):
public ref class ExternalSpectrumDisplayElement : Mitov.InstrumentLab.SpectrumDisplay
Summary
Component element drawing external data spectrum display.
Description
Use this component element to show external data spectrum display.
Diagram:
Example:
Properties
Published
Methods
Public
From TILSpectrumDisplay
Properties
Published
- Bars - Specifies the bars settings.
- ExcludeDC - Specifies if the DC should be excluded.
- Mirror - Mirrors the spectrum.
- RefreshInterval - Specifies how often the view area will be updated.
- Elements - Allows adding component elements.
Public
- Values - Specifies the spectrum values.
Methods
Public
- procedure GetChildren(Proc : TGetChildProc; Root : TComponent)
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
Pins
- InputPin - The real input pin of the component.
From TILBasicRotatableControl
Properties
Published
From TULBasicColorControl
Properties
Published
From TULBasicControl
Properties
Published
Methods
Public
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
- procedure CopyToBitmap(ABitmap : TBitmap)
Events
From TLPTransparentControl
Properties
Published
Methods
Public
- procedure SetParent(AParent : TWinControl)
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
- procedure SetTransparentBackground(ABitmap : TBitmap)
- procedure InvalidateBackground()