Class ILAnalogClock.TILExternalClockControlHandElement
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
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:ILExternalClockControlHandElement_Preview.png]] | ||
Revision as of 20:30, 10 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: 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.
Diagram:
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()