jpluimers
An old trick that I tend to forget: [WayBack] delphi – How to convert a null terminated string to string? – Stack Overflow: You can assign a null-terminated PChar directly to a String: function GetFileName(DiskName: TFileNameIO): string; begin… … Read more
5 years ago in Delphi, Development, Software Development0
Stephen Ball
I wanted to share some interesting data following a recent presentation looking into Modern Windows development. 75% of Windows Desktops use Windows 10! Windows 10 is now used by 3 out of every 4 Windows… … Read more
5 years ago in EMBT, General0
Welcome to LearnDelphi.tv
Delphi has been able to build 64-bit applications for quite some time, we are going to write a simple Windows app that allocates 32GB of memory and see what happens. Watch it here. … Read more
5 years ago in Movie0
Welcome to LearnDelphi.tv
In this video, we build a simple application to take a list of names and print name tag labels using FastReports. We are going to do this without writing a single line of code, or… … Read more
5 years ago in Movie0
jpluimers
On Windows, filenames do not like some characters (including : and +), so this is a quick way to get a timestamp into ISO8601 format that is compatible with filenames. TimeStamp := Now(); StartIso8601String := DateToISO8601(TimeStamp,… … Read more
5 years ago in Delphi, Development, Software Development0
blong
As I’ve made clear many times in conference talks I’m a big fan of FastMM4, the full version Delphi’s built-in memory manager (I haven’t yet tried out FastMM5, which is fully rewritten but now has… … Read more
5 years ago in CPlusPlus, Delphi, windows0
Shanu Mandot
Besides the ‘functional’ aspects of software, what “non-functional” things need to be tested? Based on the number of times I have encountered this question, this is something that seems hard for many people. Maybe the… … Read more
5 years ago in DelphiFeeds.com, General, pete-walen, Software Testing0
TMS Software
Team Effort Since the first release we have been working hard and only 4 months after the release, we pushed out an update (v1.1) for TMS FNC Maps with loads of exciting stuff. Now, we… … Read more
5 years ago 0
jpluimers
A still relevant part for [WayBack] Class methods in Record vs Class in Delphi 2010+ – Stack Overflow is the distinction between class methods on both: on classes they can be either regular (no extra keyword),… … Read more
5 years ago in Delphi, Development, Software Development0
Holger Flick
TMS Software is celebrating its 20th anniversary! Time really flies. Bruno Fierens was one of the first “Delphi people” I got in touch with after starting software development with Delphi. Of course, I had no… … Read more
5 years ago in Anniversary, Delphi, MVP, TMS0
Les trucs et astuces d'un développeur Pascal
Dans certains programmes je retraite des chaînes de caractères pour les épurer de leurs caractères accentués. Ca me sert par exemple lorsque je génère d (…) … Read more
5 years ago 0