| 
| INSIDE the comp_for_delphi.zip the component itself, the sources, and 
a sample.
EXPLANATION OF THE COMPONENT : Component TWindowtime 
in windowtime.pas. 
Class Twindowtime is derived from the class TLabel.
 The windowtime component is a label that receives in real time
 the windows' running time.
 This component has some new properties too :
  - HOUR       	: to get seperate hour(s) of windows' running 
time,
  - MINUTE      	: to get seperate minute(s) of windows' running 
time,
  - SECOND      	: to get seperate second(s) of window's running 
time.
  - Copyright   	: Well, I wrote this component after all!!!
  >>>>> each of them will give you a STRING result, so you can read 
them
        in a label.caption for example.
 The procedure newtime is the heart of the component itself. It sends 
back to
 HOUR, MINUTE, and SECOND and also inside the label 
windowtime.caption the
 window's running time.
+ a sample software. READ_ME_FIRST_windowtime.txt contains all you need to know
detailed file description
   |  |