Today we switched from Berlin to Tokyo. I was a bit scared in the beginning that we will have a lot of issues when migrating.
Category: News
The category contains the posts about all the news and other related information for Pascal.
Using Value Objects to simplify development
In this post I will show one simple example of designing the Value Object pattern for handling the ADO MSSQL Server connection string. This is
Making installer for Delphi project
I remember times I have used InnoSetup for creating the installations of the software applications. In those times there were also other tools like Nullsoft and similar. From
Berlin 10.1.2 Vcl.ScreenTips compilation fail
After installing the official Delphi Berlin Update 2 I have faced nasty problem. One of my unit was using the Vcl.ScreenTips unit (for TScreenTipsWindow). And
Take care of CONST and interface parameters!
As one of the good guys (Agustín Ortu) recently pointed about one very tricky thing about const parameters and interfaces I decided that it is
Try or not to try
The widely used and a simple thing like exception handling is often done in a wrong way. There are documentation about try/finally and try/except statements of