Re: Delphi: Linking to the windows clock?

By webmaster Guido on September 20, 2001

In Reply to: Linking to the windows clock?? posted by Newbie on September 16, 2001

: I want to be able to have the date displayed in my delphi program. Is there someway I can link my program to the clock in windows?


Have a look in Delphi's Help, for the functions "Date" and "Now". To convert the output of these, you can use "DateTimeToStr" and similar date and time to string conversion functions, also very well described in the Help.

 


[ DelphiLand Forum ] [ Delphi Tutorials ]