Browse by Tags

Anonymous Methods and Closures in Delphi 2010
Published 17 June 10 5:9 PM | Phil Gilmore
06/17/2010 Phil Gilmore What are anonymous methods? Anonymous methods are a new language feature introduced in Delphi 2010.   To describe them in one sentence is unfair, but I'll try.  They are methods which are defined inline (you might...
VDUG: Delphi Generics Presentation available for download
Published 19 May 10 1:45 PM | Phil Gilmore
05/19/2010 Phil Gilmore I presented Delphi Generics for the May Virtual Delphi User Group.  A recording with tips ‘n tricks by Robert Love is available as a streaming video(Flash) or as a full download (MP4) at the VDUG website:   http://video...
Getting started with MyGeneration, a primer and tutorial
Published 3 December 9 5:36 PM | Phil Gilmore
12/03/2009 Phil Gilmore About MyGeneration MyGeneration is a developer's code-generation tool that gives you access to your database’s schema.  It is useful for building O/RM entity classes based on your database schema. MyGeneration is mature, free...