Class ILLinearGauge.TILExternalLinearGaugeControlHandElement
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: TILBasicExternalLinearGaugeHandElement
Contents |
Syntax
Delphi:
type TILExternalLinearGaugeControlHandElement = class( TILBasicExternalLinearGaugeHandElement, ILPHitLinearAnalogComponentElement )
C++ Builder:
class TILExternalLinearGaugeControlHandElement : public TILBasicExternalLinearGaugeHandElement
Visual C++ (MFC):
class CTILExternalLinearGaugeControlHandElement : public CTILBasicExternalLinearGaugeHandElement
C# (.NET):
public ref class ExternalLinearGaugeControlHandElement : Mitov.InstrumentLab.BasicExternalLinearGaugeHandElement
Summary
Component element drawing external user controllable data linear gauge hand.
Description
Use this component element to display external user controllable data linear gauge hand.
The user can use the mouse to change the location of the hand.
This element can be used for setting values by the user.
Diagram:
Example:
Properties
Published
- Hand - Specifies the Gauge Hand properties.
Pins
- StatePin - The real or ranged real state pin of the component.
Events
- OnChange - Occurs when the position of the hand has been changed.
From TILBasicExternalLinearGaugeHandElement
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()