Demystifying Class Helpers in Delphi 2005
Friday September 30, 2005
Delphi :: Fast Forward to Delphi for .NET - Part VII. Delphi for .NET compiler magic: splitting a large class into two files. And much more: extending without inheriting, extending ... Read More
Delphi Roadmap
Wednesday September 28, 2005
DELPHI :: Borland Chief Scientist Danny Thorpe posted Borland plans for Delphi in the coming years. In short, this is what you can expect from Delphi's future:
Delphi 2006 code named ... Read More
An introduction to Data-Bound ASP.NET List Controls
Tuesday September 27, 2005
ASP.NET Course :: First steps in using the Repeater ASP.NET web server control. Learn how to data bind multi-record controls. Understanding the DataBinder class and the DataBinder.Eval method.
Place a TEdit inside a TListBox to enable inplace editing of ListBox items
Monday September 26, 2005
TIPS :: By design, a TListBox component displays a collection of items (string values) in a scrollable list. Items of a ListBox cannot be edited directly from "inside" the ListBox. ... Read More
"The Big Brother" Delphi code toolkit
Sunday September 25, 2005
SHELL :: Going undercover: hiding from the task list, disabling task-switch, removing from the TaskBar, disabling shut down, ...
Working with GIF images in Delphi
Friday September 23, 2005
GRAPHICS DEV. :: Need to display an animated GIF image in a Delphi application? Even though Delphi does not natively support GIF image files formats (like BMP or JPEG) ... Read More
A warning on dynamically instantiating Delphi components
Tuesday September 20, 2005
RUN-TIME :: If you want to dynamically instantiate a Delphi component and explicitly free it sometime later, always pass nil as the owner. Failure to do so can introduce ... Read More
How to enable editing of a document in TWebBrowser
Monday September 19, 2005
TIPS :: If you need to enable a user to change the contents of a document (web page) displayed by the TWebBrowser component, use the following trick (put the WebBrowser ... Read More
Review: EurekaLog for Delphi developers
Sunday September 18, 2005
REVIEWS :: How many times we have waste out times (and money) search to reproduce irreproducible exceptions? Always hoping to can have a magic tool to do this hard works?
Poll: How do you call a group of Delphi developers?
Saturday September 17, 2005
POLLs :: So what do you call a group of Delphi developers? Is it Delphites, Delphianers or something else?
Running Flash animations with Delphi
Friday September 16, 2005
MULTIMEDIA :: Learn how to display Macromedia Flash animations (swf) inside a Delphi application. Grasp the fundamentals of integrating Macromedia Flash animations and Delphi.
Using Lookup Fields in Delphi database development
Thursday September 15, 2005
DB course :: Chapter 15. Learn how to use lookup fields in Delphi to achieve faster, better and safer data editing. Also, find how to create a new field for ... Read More
CD Control (with full Delphi source)
Tuesday September 13, 2005
Free Apps. :: A simple Windows Tray application to enable a user to open and close the CD drive using a custom Windows hot-key combination. Full Delphi source included. The ... Read More
How to focus a specific cell in a DBGrid
Monday September 12, 2005
DBGrid TIPS :: Here's a simple trick to set the input focus to a specific cell of a TDBGrid component. Given the DBGrid's active row and field name (or the ... Read More
"Delphi Man" vs. "Doctor Deadline": Win a SuperHero!!
Sunday September 11, 2005
DELPHI ::
Win a limited edition "Delphi Man" or "Doctor Deadline" inflatable character simply by registering at http://www.delphisuperhero.com.
Delphi 2005 is the ultimate and complete development solution for Windows. Combining the ... Read More
Poll: Where are you from?
Sunday September 11, 2005
POLLs :: Interested to know who is visiting this site? From what continet? America, Europe, Asia, etc. Join this survey to find out!
A load of ASP.NET related tutorials, articles, tips and tricks!
Saturday September 10, 2005
ASP.NET :: Beside learning ASP.NET development with our "Beginner's Guide to ASP.NET for Delphi developers", why not take another step in your ASP.NET direction? More then 20 new articles including: ... Read More
How to move PageControl's tabs using drag'n'drop
Friday September 9, 2005
TRICKS :: Why not enable your users to rearrange tabs in a TPageControl component at run time using drag and drop...
Drop a TPageControl on a form, add several (tab) ... Read More
Charts in database applications
Thursday September 8, 2005
DB Course Chapter 14. In most modern database applications some kind of graphical data representation is preferable or even required. For such purposes Delphi includes several data aware components: DBImage, ... Read More
Creating Components Dynamically (at Run-Time)
Tuesday September 6, 2005
ARTICLES :: Most often when programming in Delphi you don't need to dynamically create a component. If you drop a component on a form, Delphi handles the component creation automatically ... Read More
The role of the "AOwner" parameter in the Create constructor
Monday September 5, 2005
TIPS :: Whenever memory is allocated for an object, it must eventually be freed (or you'll produce a memory leak). But with components, there is often little mention of the ... Read More
Creating a roll up form (with animation)
Saturday September 3, 2005
TIPS :: Here's a handy piece of code that will create a roll-down and roll-up effect for a Delphi form when a user right-clicks its title bar...
Poll: Do you already have some experience with Delphi?
Friday September 2, 2005
POLLs :: Are you a total beginner with no programming experience whatsoever? Coming to Delphi from some other environment? Delphi Guru? Join this poll to find out about others!
Creating a database from Delphi code
Thursday September 1, 2005
DB Course :: Chapter 13. How to create an empty database, how to add an index to an existing table, how to join two tables with referential integrity, ...., ... Read More

