April 2014

FireDAC SQL Update – Mathias Burbach

The FireDAC components have become Delphi’s main method to talk to different databases on different platforms. In this talk we take a close look at the options to optimise the SQL generated to update a dataset. We shall use the monitor to see what queries and are generated by TFDQuery on the fly and how we can tweak them.

Custom Property Editors – Paul Jervois

Ever needed a property editor or similar in your VCL app? If so, this may be for you. A short dicussion on how to add standard and custom editors to a virtual treeview.