Monday 16th February at 6 for 6:15pm start.
John McDonald discussed iterators in Delphi.… Continue reading ›
John McDonald discussed iterators in Delphi.… Continue reading ›
Compression Techniques in Delphi – A Medley of Options… Continue reading ›
Moving DUnit to FireMonkey – Roger Connell from Innova Solutions… Continue reading ›
Damien Bootsma from Embarcadero showed us VCL styles… Continue reading ›
Using Amazon DynamoDB with Delphi From Adam Johnston from Novuslogic… Continue reading ›
FireMonkey provides access to three dimensional object creation and manipulation. While it is fun to build complex objects by connecting together the supplied primitives (Rectangle, Cone, Sphere, etc.) this could get very tedious so I want to explore creating more complex objects directly in code.… Continue reading ›
Over the last couple of years, I have been making more use of nested types to organise how my code (behaviour) is organised in an application. If some application behaviour (encapsulated in class A) is part of a broader behaviour (encapsulated in class B), then I will at least consider nesting class A within class B.… Continue reading ›