Interface SLControlCollection.ILPClockComponentElement
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 25: | Line 25: | ||
== Methods == | == Methods == | ||
− | *[[Method procedure SLControlCollection.ILPClockComponentElement.TimeDraw(IGPGraphics;Boolean;Single;Single;Single;Single;Single;Single; | + | *[[Method procedure SLControlCollection.ILPClockComponentElement.TimeDraw(IGPGraphics;Boolean;Single;Single;Single;Single;Single;Single;Single;Single;Single;Single)|procedure TimeDraw(AGraphics : IGPGraphics; AContoursOnly : Boolean; ACenterOffsetX : Single; ACenterOffsetY : Single; ARadiusX : Single; ARadiusY : Single; Width : Single; Height : Single; OutWidth : Single; OutHeight : Single; AXCoeff : Single; AYCoeff : Single)]] |
+ | *[[Method procedure SLControlCollection.ILPClockComponentElement.SetTime(TTime)|procedure SetTime(AValue : TTime)]] | ||
[[Category:Interfaces]] | [[Category:Interfaces]] |
Revision as of 17:17, 18 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: SignalLabBasicPkg
Unit: SLControlCollection
Inherits: ILPDrawComponentElement
Contents |
Syntax
Delphi:
type ILPClockComponentElement = interface( ILPDrawComponentElement )
Summary
Clock component element interface.
Description
This is the clock component element interface. Component elements can be added into other components to provide additional features.