Holger Flick
Letzte Woche habe ich ein Webinar zum Thema TMS WEB Core gehalten. Embarcadero Deutschland hatte mich dazu eingeladen. Falls ihr das Video verpasst haben solltet, gibt es die Aufzeichnung auf YouTube. Neben interessanten Themen für… … Read more
4 years ago in Delphi, German, MVP, Video, web, Web Core, Web Design, Webinar0
John McDonald
Monday 17 August. We met online, instead of meeting at the Shed. We heard from a few members about their experiences with 10.4, Glen Kleidon from Galkam and Arpy gave a presentation on styles, John… … Read more
4 years ago in Delphi, Meetings, Melbourne, TChart0
Larry Hengen
I’ve used GExperts for some time, and I keep finding gold nuggets or gems as the saying goes, that make it easier to accomplish day to day tasks. GIT may be a great version control… … Read more
4 years ago in Delphi0
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… … Read more
4 years ago in 10.4, android, ARC, CTFF, Delphi, FMX, ios, sydney, tips0
dummzeuch
The GExperts PE Information tool just got a small improvement: The Exports list can now be sorted by clicking on the column header and filtered on the export name by simply typing text. The Escape… … Read more
4 years ago in Delphi, GExperts0
FPiette
Direct2D is an API that provides Win32 developers with the ability to perform 2-D graphics rendering tasks with superior performance and visual quality.Direct2D is a hardware-accelerated. That is it make use of the GPU whenever… … Read more
5 years ago in API, Component, Delphi, Direct2D, Embarcadero, GDI+, RAD Studio0
jpluimers
If I ever need to download multiple files in multiple parts at the same time, support resuming, gzip-encoded files, cookies, logging to websites using POST and so on, then I need to look at [WayBack]… … Read more
5 years ago in Delphi, Development, Indy, Software Development0
jpluimers
One of the great things about the Delphi docwiki structure is that the naming system is very consistent. The consistency helps you quickly finding the What’s new for any version, just by getting the latest… … Read more
5 years ago in Delphi, Development, Software Development0
Michael Riley
Here is a link to a web page I found that lists applications built with Delphi.https://delphi.fandom.com/wiki/Good_Quality_Applications_Built_With_DelphiThe best part about this site… you can add your own software if it’s not listed. It comes with a… … Read more
5 years ago in Delphi0
dummzeuch
Reminder to self: Exception $406D1388 is the exception used to set a name for a thread, like in: If you encounter this in a debugging session, simply add it to the OS Exceptions and set… … Read more
5 years ago in Delphi0
Ian Barker
I thought, given my past as a published poet, that I would at least use a more rare word in a title for a Delphi blog post I was prompted to produce and, with that,… … Read more
5 years ago in Delphi, github, TMS Web Core, Uncategorized0
jpluimers
Reminder to self for checking if this still fails: [WayBack] Bogus W1036 ? Documentation: … “If you do not explicitly initialize a global variab… – Stefan Glienke – Google+ Documentation: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Variables_(Delphi) “If you do not… … Read more
5 years ago in Delphi, Development, Software Development0
dummzeuch
Just in case I ever need this again: (Delphi 2007 does not have IntToHex for UInt64.) Note: This works only for 32 bit compilers. For 64 bit, you must replace UInt32 with NativeUInt (or UInt64)… … Read more
5 years ago in Delphi0