Class ILLinearGauge.TILBasicExternalLinearGaugeHandElement
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: ILLinearGauge
Inherits: TILBasicLinearGaugeHandElement
Contents |
Syntax
Delphi:
type TILBasicExternalLinearGaugeHandElement = class( TILBasicLinearGaugeHandElement )
C++ Builder:
class TILBasicExternalLinearGaugeHandElement : public TILBasicLinearGaugeHandElement
Visual C++ (MFC):
class CTILBasicExternalLinearGaugeHandElement : public CTILBasicLinearGaugeHandElement
C# (.NET):
public ref class BasicExternalLinearGaugeHandElement : Mitov.InstrumentLab.BasicLinearGaugeHandElement
Summary
Abstract base class for external linear gauge hands.
Description
Defines abstract base class for external linear gauge hands.
Properties
Published
- Range - Specifies an optional Min/Max range for the hand.
- Value - Specifies the value of the component.
From TILBasicLinearGaugeHand
Methods
Public
From TLPComponentElement
Properties
Published
Methods
Public
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- function GetName() : String
- procedure InvalidateSize()