Class ILLinearGauge.TILLinearGaugeMinMaxHandElement
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(2 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' LinearGaugeMinMaxHandElement : [[Class ILLinearGauge.TILBasicExternalLinearGaugeHandElement|Mitov.InstrumentLab.BasicExternalLinearGaugeHandElement]] |
</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: ILLinearGauge
Inherits: TILBasicExternalLinearGaugeHandElement
Contents |
Syntax
Delphi:
type TILLinearGaugeMinMaxHandElement = class( TILBasicExternalLinearGaugeHandElement )
C++ Builder:
class TILLinearGaugeMinMaxHandElement : public TILBasicExternalLinearGaugeHandElement
Visual C++ (MFC):
class CTILLinearGaugeMinMaxHandElement : public CTILBasicExternalLinearGaugeHandElement
C# (.NET):
public ref class LinearGaugeMinMaxHandElement : Mitov.InstrumentLab.BasicExternalLinearGaugeHandElement
Summary
Component element drawing internal data min or max linear gauge hand.
Description
Use this component element to display internal data min or max linear gauge hand.
Diagram:
Example:
Properties
Published
- Mode - Specifies the Min/Max mode.
- AutoReset - Specifies if the hand will auto reset.
- Hand - Specifies the Gauge Hand properties.
Methods
Public
- procedure Reset() - Resets the Min/Max hand.
Pins
From TILBasicExternalLinearGaugeHandElement
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()