Class ILLed.TILLevelDetectLedElement
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: InstrumentLabDigitalPkg
Unit: ILLed
Inherits: TILBasicLevelDetectLedElement
Contents | 
Syntax
Delphi:
type TILLevelDetectLedElement = class( TILBasicLevelDetectLedElement, ILPAnalogComponentElement, ILPAnalogValueElement )
C++ Builder:
class TILLevelDetectLedElement : public TILBasicLevelDetectLedElement
Visual C++ (MFC):
class CTILLevelDetectLedElement : public CTILBasicLevelDetectLedElement
C# (.NET):
public ref class LevelDetectLedElement : Mitov.InstrumentLab.BasicLevelDetectLedElement
Summary
Component element drawing internal level triggered LED control.
Description
Use this component element to display internal level triggered LED control.
Diagram:
Example:
Properties
Published
- Position - Specifies the X,Y position of the element.
 - Size - Specifies the size of the element.
 - Mode - Specifies the level mode of the level to be detected.
 - Level - Specifies the value of the level to be detected.
 - Color - Specifies the color of the element.
 
Methods
Public
From TILColorLed
Properties
Published
- Color - Specifies the color.
 - InactiveColor - Specifies the inactive color.
 
From TILBasicLed
Properties
Published
- Border - Specifies the border settings.
 - ShowReflection - Specifies if the reflection will be shown.
 - ShowGlow - Specifies if the glow will be shown.
 
Methods
Public
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
 - procedure SetParent(AParent : TWinControl)
 
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()
 

