Class ILLinearGauge.TILBasicExternalLinearGaugeHandElement
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit ILLinearGauge|ILLinearGauge]] | '''Unit:''' [[Unit ILLinearGauge|ILLinearGauge]] | ||
− | '''Inherits:''' [[Class ILLinearGauge. | + | '''Inherits:''' [[Class ILLinearGauge.TILBasicLinearGaugeHandElement|TILBasicLinearGaugeHandElement]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TILBasicExternalLinearGaugeHandElement = '''class'''( [[Class ILLinearGauge. | + | '''type''' TILBasicExternalLinearGaugeHandElement = '''class'''( [[Class ILLinearGauge.TILBasicLinearGaugeHandElement|TILBasicLinearGaugeHandElement]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TILBasicExternalLinearGaugeHandElement : '''public''' [[Class ILLinearGauge. | + | '''class''' TILBasicExternalLinearGaugeHandElement : '''public''' [[Class ILLinearGauge.TILBasicLinearGaugeHandElement|TILBasicLinearGaugeHandElement]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTILBasicExternalLinearGaugeHandElement : '''public''' [[Class ILLinearGauge. | + | '''class''' CTILBasicExternalLinearGaugeHandElement : '''public''' [[Class ILLinearGauge.TILBasicLinearGaugeHandElement|CTILBasicLinearGaugeHandElement]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' BasicExternalLinearGaugeHandElement : [[Class ILLinearGauge.TILBasicLinearGaugeHandElement|Mitov.InstrumentLab.BasicLinearGaugeHandElement]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 40: | Line 40: | ||
*[[Property ILLinearGauge.TILBasicExternalLinearGaugeHandElement.Value|Value]] - Specifies the value of the component. | *[[Property ILLinearGauge.TILBasicExternalLinearGaugeHandElement.Value|Value]] - Specifies the value of the component. | ||
− | + | == From [[Class ILLinearGauge.TILBasicLinearGaugeHand|TILBasicLinearGaugeHand]] == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | == From [[Class | + | |
== Methods == | == Methods == | ||
=== Public === | === Public === | ||
− | *[[Method procedure | + | *[[Method procedure ILLinearGauge.TILBasicLinearGaugeHand.InvalidateSize()|procedure InvalidateSize()]] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] == | == From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] == | ||
Line 71: | Line 59: | ||
*[[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 84: | Line 73: | ||
=== 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:Classes]] | [[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: ILLinearGauge
Inherits: TILBasicLinearGaugeHandElement
Contents |
Syntax
Delphi:
type TILBasicExternalLinearGaugeHandElement = class( TILBasicLinearGaugeHandElement )
C++ Builder:
class TILBasicExternalLinearGaugeHandElement : public TILBasicLinearGaugeHandElement
Visual C++ (MFC):
class CTILBasicExternalLinearGaugeHandElement : public CTILBasicLinearGaugeHandElement
C# (.NET):
public ref class BasicExternalLinearGaugeHandElement : Mitov.InstrumentLab.BasicLinearGaugeHandElement
Summary
Abstract base class for external linear gauge hands.
Description
Defines abstract base class for external linear gauge hands.
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()