dummzeuch
Guess what? The new GExperts release is here. There are lots of bug fixes and a few new features in the new version. The major new feature is the Filter Exceptions expert. Please be warned… … Read more
4 years ago in Delphi, GExperts0
FPiette
I have created a nice application using Delphi and I provide full source code on GitHub at https://github.com/fpiette/OvbImgOrganizer OvbImgOrganizer is an application written with Delphi that maintain an index of your images, allow searching with… … Read more
4 years ago in Delphi, Direct2D, opensource, SQLite0
jpluimers
Always interesting to see what others put on their Windows development systems, for instance: [WayBack] My toolkit – Roald’s blog Everytime I (re)install my development computer I need to think about all the tools I… … Read more
4 years ago in .NET, Delphi, Development, Software Development, Windows Development0
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
4 years ago in Delphi, Development, Software Development0
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
4 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
4 years ago in CPlusPlus, Delphi, windows0
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
4 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
4 years ago in Anniversary, Delphi, MVP, TMS0
Ian Barker
I’ve become book-wealthy. This is the status you achieve when you have lots of books stacked up and their critical mass is such that they start to softly cry out to you for attention. I… … Read more
4 years ago in Book Review, Delphi, TMS, TMS Web Core, Uncategorized0
Holger Flick
GPX files make it easy to display routes on maps. TMS FNC Maps comes with built-in support which makes it one line of code to draw a track on a map. Map.LoadGPXFromFile( AFilename ); There… … Read more
4 years ago in Delphi, English, FNC, FNC Maps, GPX, Track, Tracking0
jpluimers
There are various ways for Delphi code to verify what features are available. Historically, testing for the existence of VER### defines with $IFDEF or $IFNDEF is the oldest means, and as of Delphi 6, you… … Read more
4 years ago in Delphi, Development, Software Development, Turbo Pascal0
jpluimers
There is StripTDS from SmartBear, but it is not open source or downloadable without their full product install. So either find an open source tool that can strip TDS / TD32 symbol information from EXE… … Read more
4 years ago in Delphi, Development, Software Development0