Re: set text or caption to string


[ Delphi Tutorials -- by DelphiLand ]

Posted by webmaster Guido on January 16, 2005
In Reply to: set text or caption to string posted by fredy on January 16, 2005

: Delphi langage function ???

: edit1.text := datetostr(date);
: or
: label1.caption := datetostr(date);
: or ???
: I want use it for check bad user
: when he run program next time

: Tank for hour time
: Fred
------------------

What exactly do you want to check? Can you explain a bit more in detail?
Do you want to check if the user has changed the date of the system to a previous (older) date?


Related Articles and Replies


[ Delphi Tutorials -- by DelphiLand ]