Question: How can I set the System Date and Time in Delphi 2.0 (setdate or settime does not exist)? Answer: Use the WinAPI call SetSystemTime. This will allow you to
Question: I’ve been programming in Turbo Pascal since v. 4.0 and have made the switch to Delphi 2.0. The only problem is all these new commands!Where on the Net or
Question: I am writing a database app in Delphi that is a Customer/Order Management System, and need to display a ‘3 of 7’ type info in the status bar. How