Placing a TProgressBar into a TListView
Tuesday May 31, 2005
ARTICLES :: Here's how to add a progress bar (or any other Delphi component) to a ListView control. Plus: full source code to the TListViewEx component (TListView descendant) with ColumnResize ... Read More
How to clear the graphics in a TImage control
Monday May 30, 2005
TIPS :: If you need to clear the image contained in the TImage Delphi control, at run time, you'll find that *no* method exist for such a simple task...
Optimizing InterBase Applications
Saturday May 28, 2005
Interbase :: Learn how to design and optimize InterBase client applications. The article discusses good design, patterns for common tasks, and when and how to optimize.
MDI Development in Delphi
Thursday May 26, 2005
ARTICLES :: In an MDI application, more than one document or child window can be opened within a single parent window. Learn how to create a powerful "multiple document interface" ... Read More
"Powered by Delphi" Logo Images
Tuesday May 24, 2005
GRAPHICS :: A collection of "Powered by Delphi" logos. Place them on your Web site, your Delphi application splash-screen, about box, help, documentation, and anywhere else you think it might ... Read More
How to exchange Bitmap images between two TImageList components
Monday May 23, 2005
TIPS :: If you need to send a bitmap image from one TImageList component to another, you can use the next procedure...
"Undocumented" Win32 Delphi features in Delphi 2005
Sunday May 22, 2005
ADP :: Not only does Delphi 2005 contain Win32 personality, the compiler also has a few enhancements one would only have expected in the .NET version. Here's the list of ... Read More
Update 3 for Delphi 2005 available now
Saturday May 21, 2005
DELPHI :: Delphi 2005 update 3 provides the following improvements / fixes:
Improved project loading time with modeling enabled
Improved response time when editing models
Improved response time when switching between ... Read More
Speed and Size: Top 10 Tricks
Friday May 20, 2005
LANGUAGE TIPS :: Useful tips to make your Delphi programs run faster. With this tips in mind, you can greatly reduce the time and effort that goes into making quality ... Read More
Making Delphi 2005 independent from .NET
Thursday May 19, 2005
ARTICLES :: Despite what Borland says, Delphi 2005 doesn't require .NET. If you are a Delphi Win32 developer and don't like that Delphi 2005 comes polluted with .NET stuff, read ... Read More
Understanding ViewState and Postback Processing in ASP.NET applications
Tuesday May 17, 2005
ASP.NET TUTORIAL :: A Beginner's Guide to ASP.NET Programming for Delphi developers: Chapter 18. Find out what events (and in what order) are generated when ASP.NET receives a request for ... Read More
What does #13#10 stand for, in Delphi code?
Monday May 16, 2005
TIPS :: You've certainly seen "#13#10" many times in Delphi source code. If you are wondering what those characters stand for, here's the answer...
FastGEO
Sunday May 15, 2005
Graphics :: FastGEO is a library written in Delphi that contains a wide range of highly optimized vector based geometrical algorithms and routines for many different types of geometrical operations ... Read More
Exception Handling for Fun and Profit
Saturday May 14, 2005
DELPHI LANGUAGE :: Exceptions are both powerful and very misunderstood. This article covers exceptions from top to bottom including their purpose, proper use, and the development of your own exceptions.
How to Hide a Form's Title Bar
Friday May 13, 2005
TIPS :: A quick way to hide the title bar of a Delphi form...
Delphi history – from Turbo Pascal to Delphi 2005
Thursday May 12, 2005
ARTICLES :: This document provides concise descriptions of Delphi versions and its history, along with a brief list of features and notes. Find out how Delphi evolved from Pascal to ... Read More
How to set the DataSource property to several db-aware controls in one call
Monday May 9, 2005
TIPS :: If you need to change the DataSource property of many data-aware controls that do not have a common ancestor you can use Delphi's RTTI (run-time type info) and ... Read More
Icons and Glyphs
Sunday May 8, 2005
RESOURCES :: Various icons, glyphs and small pictures to use in Delphi applications.
Delphi 2005 Compiler, Language, and Debugger Enhancements
Saturday May 7, 2005
Delphi Language :: This article provides an overview of several of the new features found in Delphi 2005: For-in-do loop, Function and procedure inlining, Multi-unit namespaces, Dynamic multidimensional arrays, Delphi ... Read More
DB Related Tips and Tricks
Friday May 6, 2005
TIPS :: Don't miss this! Even though Delphi database components are great, you can always tweak them a little and create even more powerful database applications.
Doing Screen Shots with Delphi - Programmatically Capturing Screen Image
Thursday May 5, 2005
TIPS :: Need to take a screen shoot from code? No problem ... here's how to capture any type of a window image into a TBitmap object - and more. ... Read More
TDBButton - data aware TButton control
Tuesday May 3, 2005
ARTICLES :: Learn how to create a data-aware TButton Delphi control. Full source code included.
Fixing the RadioButtonList ASP.NET Web Server control - adding Attributes to Items
Monday May 2, 2005
TIPS :: When you use the RadioButtonList Web Server ASP.NET control, if you add custom attributes to an Item, the key-value pairs are not rendered to the result page. Here's ... Read More

