Class ILAngularGauge.TILExternalGaugeControlHandElement
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: TILBasicExternalGaugeHandElement
Contents |
Syntax
Delphi:
type TILExternalGaugeControlHandElement = class( TILBasicExternalGaugeHandElement )
C++ Builder:
class TILExternalGaugeControlHandElement : public TILBasicExternalGaugeHandElement
Visual C++ (MFC):
class CTILExternalGaugeControlHandElement : public CTILBasicExternalGaugeHandElement
C# (.NET):
public ref class ExternalGaugeControlHandElement : Mitov.InstrumentLab.BasicExternalGaugeHandElement
Summary
Component element drawing external user controllable data angular gauge hand.
Description
Use this component element to display external user controllable data angular 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 TILBasicExternalGaugeHandElement
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()