 |
Analog clock component |
|
Delphi 1.0
This unit is public domain. You can add any code or modify it, but
if
you do it, please, let me know.
Delphi VCL component for tracking the time in your Delphi
applications.
With TClock, you can change the color of the clock's hands, its
background,
or set the time to run independent of the system time.
Delphi Informant, December 1995, Volume 1, Number 8
| Properties |
|
| ClkArrowColor |
clock hands color |
| ClkFaceColor |
clock background color |
| DifHour |
hour difference between clock and system time |
| DifMinute |
minute difference between clock and system time |
| SecArrow |
show/hide second hand |
|
|
| Events |
|
| OnSecond |
on second event |
| OnMinute |
on minute event |
| OnHour |
on hour event |
|
|
| Public procedures |
|
| ClkTime |
get clock time |
| SetClkTime |
set clock time |
| Compile and run DCLOCK.PRG project to see component options |
 |