Canberra Meeting – April 2021

The Canberra ADUG Chapter will be hosting our next meeting on Thursday, 29th April at 6:30 via Zoom. (Not Wednesday, 28th as originally posted.) Mathias will be showing us how to synchronise Google Calendar events in a multi-threaded environment and how to unit test the functionality.… Continue reading ›

Brisbane Meeting – February 2019

Wednesday February 13th at 5:30pm to 9pm.

The Brisbane meeting is on at the usual* time and place. See you there 🙂

Eivind Bakkestuen will hold a presentation on:

War stories from the dungeon – How to develop a custom FireDAC driver.Continue reading ›

Brisbane Meeting – March 2018

Wednesday March 7th at 5:30pm to 9pm.

The Brisbane meeting is on at the usual time and place. See you there 🙂

There will be an informal presentation of how to combine REST interfaces with Inno Setup in order to do online license verification during an installation.… Continue reading ›

Brisbane Meeting – May 2017

Wednesday May 3rd at 5:30pm to 9pm.

Tomorrow’s Brisbane ADUG meeting doesn’t have a formal presenter, instead it’s
going to be something of an open mic night.

It would be great (but not mandatory) if those who attend would be willing
to talk for 5-10 minutes to walk us through a “useful unit” they’ve written.… Continue reading ›

For-in Enumeration

The “For in” style of enumeration in Delphi was introduced in Delphi 2005. The idea is to make enumeration over a collection of things easier and cleaner by removing the need for the iterator variable, removing the code for indexing and removing the code for boundary checking.… Continue reading ›