Class ILAnalogClock.TILExternalClockControlHandElement
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 4: | Line 4: | ||
We will enable the editing as soon as we are happy with the overall Wiki site. | We will enable the editing as soon as we are happy with the overall Wiki site. | ||
</span></b> | </span></b> | ||
+ | |||
+ | [[Image:ILExternalClockControlHandElement.gif]] | ||
'''Package:''' [[Package InstrumentLabPkg|InstrumentLabPkg]] | '''Package:''' [[Package InstrumentLabPkg|InstrumentLabPkg]] | ||
Line 29: | Line 31: | ||
</code> | </code> | ||
== Summary == | == Summary == | ||
− | + | Component element drawing external user controllable analog clock hand. | |
== Description == | == Description == | ||
− | + | Use this component element to display external user | |
− | + | controllable analog clock 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. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Example:</b> | ||
+ | |||
+ | [[Image:ExternalClockHandElementSample.png]] | ||
== Properties == | == Properties == | ||
Line 39: | Line 52: | ||
=== Published === | === Published === | ||
*[[Property ILAnalogClock.TILExternalClockControlHandElement.Hand|Hand]] - Specifies the Clock Hand properties. | *[[Property ILAnalogClock.TILExternalClockControlHandElement.Hand|Hand]] - Specifies the Clock Hand properties. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Pins == | == Pins == | ||
Line 61: | Line 63: | ||
*[[Property ILAnalogClock.TILBasicExternalClockHandElement.Value|Value]] - Specifies the value of the component. | *[[Property ILAnalogClock.TILBasicExternalClockHandElement.Value|Value]] - Specifies the value of the component. | ||
− | + | == From [[Class ILAnalogClock.TILBasicClockHand|TILBasicClockHand]] == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | == From [[Class | + | |
== Methods == | == Methods == | ||
=== Public === | === Public === | ||
− | *[[Method procedure | + | *[[Method procedure ILAnalogClock.TILBasicClockHand.InvalidateSize()|procedure InvalidateSize()]] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] == | == From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] == | ||
Line 92: | Line 82: | ||
*[[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 105: | Line 96: | ||
=== 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:45, 30 October 2012
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: ILAnalogClock
Inherits: TILBasicExternalClockHandElement
Contents |
Syntax
Delphi:
type TILExternalClockControlHandElement = class( TILBasicExternalClockHandElement )
C++ Builder:
class TILExternalClockControlHandElement : public TILBasicExternalClockHandElement
Visual C++ (MFC):
class CTILExternalClockControlHandElement : public CTILBasicExternalClockHandElement
C# (.NET):
public ref class TILExternalClockControlHandElement : Mitov.InstrumentLab.BasicExternalClockHandElement
Summary
Component element drawing external user controllable analog clock hand.
Description
Use this component element to display external user controllable analog clock 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.
Example:
Properties
Published
- Hand - Specifies the Clock Hand properties.
Pins
- StatePin - The real or ranged real state pin of the component.
From TILBasicExternalClockHandElement
Properties
Published
- Value - Specifies the value of the component.
From TILBasicClockHand
Methods
Public
From TLPComponentElement
Properties
Published
Methods
Public
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- function GetName() : String
- procedure InvalidateSize()