May 08

ZeosDBO is a database middleware component for Borland development tools, including Delphi, C++ Builder and Kylix.

Continue Reading »

Nov 22

This article shows how to build a program that allows a user to control which applications will run when Windows starts up, without having to put the application entries into the Startup menu. In essence, the TRegistry object is used to manipulate the Registry from Delphi code.

Continue Reading »

Nov 21

There are many free source Delphi components around the Internet you can install freely and use in your applications. In Delphi 2005 custom components are installed in the IDE as packages (BPL files).

Continue Reading »

Nov 20

Take a look at your Task Bar. See the area where the time is located? Are there any other icons there? The place is called the Windows System Tray. Would you like to place your Delphi application’s icon there? Would you like that icon to be animated – or reflect the state of your application?

Continue Reading »

Nov 19

I am trying to build an app using MySQL and of course Delphi with ZeosDBO components.

Continue Reading »

Nov 14

If you a newbie for Delphi Programming, and newbie for Database Programming, here I have a little tip’s for you. Database Programming in Delphi can access for MySQL Server. For connected to the server we need connector.

Continue Reading »