Class ILAngularGauge.TILExternalGaugeHandElement
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 36: | Line 36: | ||
Use this component element to display external data angular | Use this component element to display external data angular | ||
gauge hand. | gauge hand. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ILExternalGaugeHandElement_Preview.png]] | ||
Line 47: | Line 53: | ||
=== Published === | === Published === | ||
*[[Property ILAngularGauge.TILExternalGaugeHandElement.Hand|Hand]] - Specifies the Gauge Hand properties. | *[[Property ILAngularGauge.TILExternalGaugeHandElement.Hand|Hand]] - Specifies the Gauge Hand properties. | ||
+ | *[[Property ILAngularGauge.TILExternalGaugeHandElement.Value|Value]] | ||
== Pins == | == Pins == | ||
Line 59: | Line 66: | ||
*[[Property ILAngularGauge.TILBasicExternalGaugeHandElement.Value|Value]] - Specifies the value of the component. | *[[Property ILAngularGauge.TILBasicExternalGaugeHandElement.Value|Value]] - Specifies the value of the component. | ||
− | + | == From [[Class ILAngularGauge.TILBasicGaugeHandElement|TILBasicGaugeHandElement]] == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | == From [[Class | + | |
== Methods == | == Methods == | ||
=== Public === | === Public === | ||
− | *[[Method procedure | + | *[[Method procedure ILAngularGauge.TILBasicGaugeHandElement.InvalidateSize()|procedure InvalidateSize()]] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] == | == From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] == | ||
Line 90: | Line 85: | ||
*[[Method function SLControlCollection.TLPComponentElement.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | *[[Method function SLControlCollection.TLPComponentElement.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | ||
*[[Method function SLControlCollection.TLPComponentElement.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | *[[Method function SLControlCollection.TLPComponentElement.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | ||
+ | *[[Method function SLControlCollection.TLPComponentElement.GetName() : String|function GetName() : String]] | ||
*[[Method procedure SLControlCollection.TLPComponentElement.InvalidateSize()|procedure InvalidateSize()]] | *[[Method procedure SLControlCollection.TLPComponentElement.InvalidateSize()|procedure InvalidateSize()]] | ||
Line 103: | Line 99: | ||
=== Public === | === Public === | ||
+ | *[[Method function SLComponentCollection.TSLComponentItem.GetParentComponent() : TComponent|function GetParentComponent() : TComponent]] | ||
+ | *[[Method function SLComponentCollection.TSLComponentItem.HasParent() : Boolean|function HasParent() : Boolean]] | ||
+ | *[[Method function SLComponentCollection.TSLComponentItem.GetOwnerList() : TSLComponentItems|function GetOwnerList() : TSLComponentItems]] | ||
*[[Method function SLComponentCollection.TSLComponentItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | *[[Method function SLComponentCollection.TSLComponentItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | ||
*[[Method function SLComponentCollection.TSLComponentItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | *[[Method function SLComponentCollection.TSLComponentItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | ||
[[Category:Elements]][[Category:Classes]] | [[Category:Elements]][[Category:Classes]] |
Revision as of 20:30, 10 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 TILExternalGaugeHandElement : 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()