Delphi Programming

  1. Home
  2. Computing & Technology
  3. Delphi Programming

Pulling the Maximum Out of The TDBGrid Delphi Control

Contrary to most other Delphi data-aware controls, the DBGrid component has many nice features and is more powerful than you would have thought. Here's a collection of tips, tricks and tutorials on how to get the most out of the DBGrid.

Can it look nicer? Yes it can!

Delphi Programming Spotlight10

Zarko's Delphi Programming Blog

Generic Solution to Freeing Objects in Delphi's TStrings

Monday July 13, 2009
in Delphi TIPS :: Delphi TStrings object does not own the objects you add this way. Objects added to the TStrings object still exist even if the TStrings instance is destroyed. Objects must be explicitly destroyed by the application / developer - you; or your application will leak memory. Here's a generic solution to freeing the memory used by objects stored along strings in a TStrings descendant.

Read the full article to learn how to

Related:

Delphi Project: Windows Start-Up Manager. Sources Included.

Friday July 10, 2009
Source Code Projects :: Have you ever asked yourself where are those applications that seem to be executed when Windows start, you cannot find in the Start - StartUp Windows menu? Or, how a virus can start itself each time you reboot? Or, who started all those applications you see in the System Tray?

Here's how to build a program (using Delphi) that allows a user to control which applications will run when Windows starts up. Full source code (heavily documented) included.

Read the full article to learn how to Create a Windows Start-Up Manager using Delphi

Related:

Create a Resizable Delphi Form with No Border

Thursday July 9, 2009
TIPS :: By default, forms include maximize and minimize buttons, a resizable border, and a menu that provides additional commands to resize the form.

The bsNone value for the BorderStyle property is used when you want to remove the Border and the caption bar from the form - leaving only the content visible. This setting is commonly used when creating a splash screen. One downside to setting the bsNone value for BorderStyle is that such forms cannot be resized!

There may be situations when you want to remove a form's border (and title bar) *but* still leave the option for a user to resize the form. Here's how...

Read the full article to learn how to Create a Resizable Delphi Form with No Border

Related:

What Happened to "Borland Delphi"? What is CodeGear? What is Embarcadero?

Tuesday July 7, 2009
in Delphi Info :: Take a quick look at the box where your Delphi installation CDs (DVDs, diskettes??) are. Does it say "Borland Delphi" or "CodeGear Delphi" or "Embarcadero Technologies Delphi"?

If your box states that Delphi is a product from Borland company or from CodeGear company you are probably holding an older version of Delphi in your hands!

Read the full article to find out What Happened to "Borland Delphi"? What is CodeGear? What is Embarcadero?

Related:

Discuss

Community Forum

Explore Delphi Programming

About.com Special Features

Delphi Programming

  1. Home
  2. Computing & Technology
  3. Delphi Programming

©2009 About.com, a part of The New York Times Company.

All rights reserved.