Class ILAngularGauge.TILBasicGaugeHand
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
| Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
| − | '''public ref class''' | + | '''public ref class''' BasicGaugeHand : [[Class SLControlCollection.TLPDrawComponentElement|Mitov.InstrumentLab.DrawComponentElement]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
| Line 33: | Line 33: | ||
== Description == | == Description == | ||
Defines abstract base class for gauge hand component elements. | Defines abstract base class for gauge hand component elements. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] == | == From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] == | ||
| Line 60: | Line 46: | ||
*[[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 73: | Line 60: | ||
=== 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: ILAngularGauge
Inherits: TLPDrawComponentElement
Contents |
Syntax
Delphi:
type TILBasicGaugeHand = class( TLPDrawComponentElement, IULBasicControl )
C++ Builder:
class TILBasicGaugeHand : public TLPDrawComponentElement
Visual C++ (MFC):
class CTILBasicGaugeHand : public CTLPDrawComponentElement
C# (.NET):
public ref class BasicGaugeHand : Mitov.InstrumentLab.DrawComponentElement
Summary
Abstract base class for gauge hand component elements.
Description
Defines abstract base class for gauge hand component elements.
From TLPComponentElement
Properties
Published
Methods
Public
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- function GetName() : String
- procedure InvalidateSize()