Delphi TTreeView
Adding and Removing Nodes, Node Images, TTreeNode.Level, Preventing Duplicates, TTreeNode.Data, BeginUpdate, EndUpdate, ItemID - Finding Nodes, Pre-order and Post-order recursive tree traversals, Editing TreeNode.Text, Tree Sorting, Linking a TreeView and a ListView, Drag and Drop
(Added: 23-Apr-2001 Hits: 3252 Rating: 7.15 Votes: 7) Rate It | Recommend It
A Memory Game written in Delphi
In this Delphi programming tutorial, we will see how the TDrawGrid component can be used to help us develop a "Memory" game. Full Delphi 7 source code is also available for download
(Added: 31-Dec-2004 Hits: 370 Rating: 0 Votes: 0) Rate It | Recommend It
Creating Controls at Run Time
Whilst browsing the newsgroups this question seems to be asked very often:
How do I create controls at runtime?
as well as
Why can I not see the control I just created?
and
How do I assign event handlers to my controls?
Here I intend to answer all of the above questions and provide sample code to show just how easy it is to do.
(Added: 21-Sep-2004 Hits: 305 Rating: 5.00 Votes: 2) Rate It | Recommend It
Delphi Central - An Icon Extractor and Viewer
This tutorial is intended to show how to build a complete application with Delphi. I have chosen to do an icon Extracter and Viewer as it is simple to do whilst demonstrating the power of Delphi.
(Added: 16-Aug-2004 Hits: 288 Rating: 9.50 Votes: 2) Rate It | Recommend It
Delphi tutorial
A simple Delphi programming example, with details applicable to any Delphi project.
(Added: 23-Apr-2001 Hits: 2828 Rating: 4.00 Votes: 1) Rate It | Recommend It
Delphi Tutorial - Shaping a Form around a Bitmap
We have already done a tutorial on how to create non-rectangular windows, this tutorial shows how to create a form that is shaped around a bitmap.
(Added: 2-Oct-2004 Hits: 313 Rating: 9.00 Votes: 1) Rate It | Recommend It
Dynamically Loading DLL's
Accessing and using DLL's in Delphi is easy (see Adding forms to a DLL) in this tutorial I would like to expand on that so as we actually control when the DLL is loaded into memory, and are also responsible for removing it from memory when we are finished using it.
(Added: 21-Sep-2004 Hits: 333 Rating: 0 Votes: 0) Rate It | Recommend It
How to Implement Weird Shaped Windows
This is probably one of the lesser known windows functions. The ability to have windows of shapes other than rectangular. This may sound difficult to do but in practice it is very easy
(Added: 21-Sep-2004 Hits: 292 Rating: 0 Votes: 0) Rate It | Recommend It
How to Move Controls and Save their Positions
The aim of this tutorial is to show, how you can allow the user to move any control, with the minimum of coding on your part. It also shows how to save these new positions to registry so that next time the application is started all the controls will appear in the position they where left in last time.
(Added: 21-Sep-2004 Hits: 258 Rating: 0 Votes: 0) Rate It | Recommend It