Danny
With the release of version 10.4 Sydney, Delphi has officially moved away from the ARC memory model in the mobile compilers. This was announced in 2018, there is some nice background info in this blog… – Details…
7 months ago in 10.4, android, ARC, CTFF, Delphi, FMX, ios, sydney, tips
0
gabr42
CompareValue function is incredibly practical when you are writing comparers (functions that determine how some data structure is ordered). System.Math and System.StrUtils define a bunch of functions that can be used to compare integers, doubles,… – Details…
1 year ago in Delphi, programming, tips
0
Fernando Madruga
[EDIT] Even though you can do all listed here, there are a few minor ‘gotchas’ that you should be aware of, so browse through the 2nd part before following this to the letter, especially if… – Details…
13 years ago in Delphi, Install, tips
0
Fernando Madruga
UPDATE 1: DO NOT TRY THIS! Even though everything is working ok on my system, I’ve just noticed a shortcut icon problem that I believe is related to the order I’ve done something. I’ll have… – Details…
13 years ago in tips
0
Fernando Madruga
Now that Delphi 2007 is using MSBuild, you can take advantage of the Pre-Build events to automate a common headache: killing that task that is using your DLL before you build it! I’m currently developing… – Details…
14 years ago in Delphi, tips
0