Class ILAngularGauge.TILExternalGaugeControlHandElement
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ExternalGaugeControlHandElement : [[Class ILAngularGauge.TILBasicExternalGaugeHandElement|Mitov.InstrumentLab.BasicExternalGaugeHandElement]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 41: | Line 41: | ||
This element can be used for setting values by the user. | This element can be used for setting values by the user. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ILExternalGaugeControlHandElement_Preview.png]] | ||
Line 52: | Line 58: | ||
=== Published === | === Published === | ||
*[[Property ILAngularGauge.TILExternalGaugeControlHandElement.Hand|Hand]] - Specifies the Gauge Hand properties. | *[[Property ILAngularGauge.TILExternalGaugeControlHandElement.Hand|Hand]] - Specifies the Gauge Hand properties. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Pins == | == Pins == | ||
*[[Pin ILAngularGauge.TILExternalGaugeControlHandElement.StatePin|StatePin]] - The real or ranged real state pin of the component. | *[[Pin ILAngularGauge.TILExternalGaugeControlHandElement.StatePin|StatePin]] - The real or ranged real state pin of the component. | ||
+ | |||
+ | == Events == | ||
+ | *[[Event ILAngularGauge.TILExternalGaugeControlHandElement.OnChange|OnChange]] - Occurs when the position of the hand has been changed. | ||
== From [[Class ILAngularGauge.TILBasicExternalGaugeHandElement|TILBasicExternalGaugeHandElement]] == | == From [[Class ILAngularGauge.TILBasicExternalGaugeHandElement|TILBasicExternalGaugeHandElement]] == | ||
Line 75: | Line 73: | ||
*[[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 106: | Line 92: | ||
*[[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 119: | Line 106: | ||
=== 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]] |
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 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()