Class ILAngularGauge.TILBasicExternalGaugeHandElement
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: InstrumentLabPkg
Unit: ILAngularGauge
Inherits: TILBasicGaugeHandElement
Contents |
Syntax
Delphi:
type TILBasicExternalGaugeHandElement = class( TILBasicGaugeHandElement )
C++ Builder:
class TILBasicExternalGaugeHandElement : public TILBasicGaugeHandElement
Visual C++ (MFC):
class CTILBasicExternalGaugeHandElement : public CTILBasicGaugeHandElement
C# (.NET):
public ref class BasicExternalGaugeHandElement : Mitov.InstrumentLab.BasicGaugeHandElement
Summary
Abstract base class for external gauge hand component elements.
Description
Defines abstract base class for external gauge hand component elements.
Properties
Published
- Range - Specifies an optional Min/Max range for the hand.
- Value - Specifies the value of the component.
From TILBasicGaugeHandElement
Methods
Public
From TLPComponentElement
Properties
Published
Methods
Public
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- function GetName() : String
- procedure InvalidateSize()