Code Faster in Delphi Book

This book will make you a faster Delphi developer, it doesn't matter if you are just starting out, or have been using Delphi since version 1, you will find all sorts of tips, tricks and hacks to boost your productivity.

Slide
Mega Pack Video Bundle
Get The Complete Video Series

Buy big and save bigger, Megapack is the complete premium video content (over 34 hours) at one low price.

Code Better in Delphi Book

Make your Delphi code better by reading this book! You will find numerous tips, tricks, techniques and tools to enhance and improve code. How does your code stack up? Are you writing code that will be usable for years, or are you heading towards a dystopian maintenance apocalypse?

previous arrow
next arrow

Movie #73 - DFM Numbers

This video is about this post on Stack Overflow, which is a question regarding strange numbers appearing in DFM files in a Delphi project.  This was something that I'd never noticed before so I thought I'd make a quick video on it.  You can watch it on YouTube.

Movie #72 - Platform Assistant

In this video Alister Christie looks at using the Platform Assistant to do remote debugging.  We run Delphi on one computer and and debug an executable on a different machine.  You can watch on YouTube.

Movie #71 - Essential Pascal (CodeRage 4 Replay)

This was my CodeRage 4 presentation back in late 2009.  It's very introductory stuff and Pascal only.  It's based around a couple of chapters in Marco Cantu's book Essential Pascal (produced with permission).  The presentation is about 35 minutes long.  You can watch YouTube.

Movie #70 - Key Tags

In this Delphi Programming video (keywords present for the TIOBE index) Alister Christie demonstrates a real world application that was written for a property management company in Wellington, New Zealand to print key labels.  This video can be watched on YouTube, it is about 14 minutes long.

Movie #69 - Self

In this Delphi programming tutorial Alister Christie demonstrates the usage of the Self hidden parameter in class methods.  You can watch on YouTube.  The video is about 6 minutes long.

Movie #68 - Abusing Typed Constants

In this video Alister Christie demonstrates how to abuse typed constants by using them like variables and shows how they have some interesting properties (and also compares them to class variables).  You can watch on YouTube.

Movie #67 - Form Ownership

In this video we take a brief look at form ownership in both the VCL and FireMonkey.  This Delphi programming tutorial is under ten minutes long and you can watch on YouTube.

Movie #66 - Animating Adding a TListBoxItem

This is another video where I demonstrate my limited knowledge of FireMonkey.  It it I build the classic "Add items from an Edit to a ListBox" example, then add a little animation to make things look pretty.   The video is a touch under 13 minutes and you can watch on YouTube.  This video also relates to this StackOverflow question, and this item in Quality Central.

Movie #65 - FireMonkey Periodic Table

In this 26 minute video, Alister Christie builds a Period Chart of the Elements in FireMonkey based on a similar project created for Building VCL Apps Part 1. You watch on YouTube.

Movie #64 - Session State on Rest Server

In this video we look at preserving state in a DataSnap REST server session between method invocations.  You can watch the video on YouTube.  This was originally recorded for the 24 Hours with David I, however I've fixed a bug in this version.