Class ILAngularGauge.TILExternalGaugeHandElement
 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 28: | Line 28: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' ExternalGaugeHandElement : [[Class ILAngularGauge.TILBasicExternalGaugeHandElement|Mitov.InstrumentLab.BasicExternalGaugeHandElement]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:31, 26 June 2013
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 TILExternalGaugeHandElement = class( TILBasicExternalGaugeHandElement )
C++ Builder:
class TILExternalGaugeHandElement : public TILBasicExternalGaugeHandElement
Visual C++ (MFC):
class CTILExternalGaugeHandElement : public CTILBasicExternalGaugeHandElement
C# (.NET):
public ref class ExternalGaugeHandElement : Mitov.InstrumentLab.BasicExternalGaugeHandElement
Summary
Component element drawing external data angular gauge hand.
Description
Use this component element to display external data angular gauge hand.
Diagram:
Example:
Properties
Published
Pins
- InputPin - The real or ranged real input pin of the component.
 
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()
 

