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

Delphi Tools - Icarus - Uses List Analyzer for Delphi

Tuesday July 14, 2009
in Delphi Tools :: Icarus parses Delphi source code and generates a Uses Report. This report will help you remove unneeded units from your uses lists. You will also know which units that can be moved from the interface uses list to the implementation uses list.

Read the full article to learn more about (and download) Free Uses List Analyzer for Delphi

Related:

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:

Discuss

Community Forum

Explore Delphi Programming

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Delphi Programming

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

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

All rights reserved.