|
Properties
| |
Enabled - Returns or sets a value that determines whether a control can respond to user-generated events.
Interval - Returns or sets the period between calls to a STimer, MTimer or HTimer control's Tick event.
LicenceCode - Returns or sets the Licence Code that with the LicenceName property enables the full version of the control.
LicenceName - Returns or sets the Licence Name that with the LicenceCode property enables the full version of the control.
Segment - Returns or sets the period between calls to a STimer, MTimer or HTimer control's SegmentTick event.
Segments - Returns or sets the segments since a STimer, MTimer or HTimer control's Tick event or since it was enabled.
StartTime - Returns the time that a SWatch control StartMe method was called.
StopTime - Returns the time now if timing or the time that a SWatch control StopMe method was called if not timing.
TimeDiff - Returns the time difference between the StartTime property and the StopTime property of a SWatch control.
TimerLoop - Returns or sets a value that determines whether a STimer, MTimer or HTimer restarts once the Tick event has fired.
Timing - Returns a value that determines whether a STimer, MTimer, HTimer or SWatch is timing.
Value - Returns or sets the period since a STimer, MTimer or HTimer control's Tick event or since it was enabled.
WaitTime - Returns or sets the period to pause the host application for a Wait control.
|
|
Methods
| |
DoWait - Pauses the Wait control's host application program for a set period.
StartMe - Starts a SWatch control timing. The StartTime property is set to the time now.
StopMe - Stops a SWatch control timing. The StopTime property is set to the time now.
|
|
Events
| |
SegmentTick - Occurs when a preset segment interval for a STimer, MTimer or HTimer control has elapsed. The segment interval's frequency is stored in the control's Segment property, which specifies the length of time depending on the timer type.
Tick - Occurs when a preset interval for a STimer, MTimer or HTimer control has elapsed. The interval's frequency is stored in the control's Interval property, which specifies the length of time depending on the timer type.
WaitDone - Occurs when a preset WaitTime for a Wait control has elapsed.
|
|
Enumerations
| |
|
|
|