Skip to content

twm's blog

Programming is thinking, not typing (was: Common sense isn't)

  • Home
  • GExperts
    • Download
    • GExperts Webhelp (updated but not quite up to date)
    • Documentation
    • Donations
    • Forum
    • Bug Reports
    • Feature Requests
    • Compiling
    • Frequently Asked Questions
    • All posts about GExperts
  • Delphi Tools
    • IDE Explorer Expert
    • Delphi Help Expert
    • dzEditorLineendsFix
    • Known Ide Packages Manager
    • dzDelphiPaths
    • dzBdsLauncher
    • dzPrepBuild
  • Projects
    • Denkzettel Companion
    • dzMdbViewer
    • dzlib Library
    • Buildtools
    • Custom Containers Pack
    • Open Source Projects
    • RSS show – a RSS feed reader for the webbrowser
  • Safe event hooking for Delphi IDE plugins
  • Sie wollen mich einstellen?
  • Consulting

Category: Delphi

IntToHex for UInt64 in Delphi

Just in case I ever need this again: [delphi] function IntToHex(_Value: UInt64): string; overload; var Buf: PUInt32; begin Buf := PUInt32(UInt32(@_Value) + 8); Result := IntToHex(Buf^, 8); Buf := PUInt32(@_Value); Result := Result + IntToHex(Buf^, 8); end; [/delphi] (Delphi 2007 does not have IntToHex for UInt64.) Note: This works only for 32 bit compilers. For … Continue reading IntToHex for UInt64 in Delphi →

dummzeuch Delphi 2020-07-29 1 Minute

Compiling TeeChart 2020 for Delphi 2007

We recently bought TeeChart 2020.30 VCL/FMX with full source code (of course) and I now tried to install it. Steema provides a "TeeChart Source Code Recompilation Tool" (TeeRecompile.exe) that supposedly does this for you. This is fine if it works, it's a pain in the lower back if it doesn't. It worked fine for Delphi … Continue reading Compiling TeeChart 2020 for Delphi 2007 →

dummzeuch Delphi 2020-07-172020-08-09 3 Minutes

New Filter Exceptions expert in GExperts

I my last GExperts related blog post I wrote about the new "Close Exception Notification" expert which I just had added to GExperts. It was a hack that hooked the Exception Notification dialog. This spawned a discussion in the international Delphi Praxis forum and resulted in a rewrite of the expert. It's now called "Filter … Continue reading New Filter Exceptions expert in GExperts →

dummzeuch Delphi, GExperts 2020-07-132020-07-13 1 Minute

GExperts supports even more laziness

I got into programming because I am lazy, I'd rather have the computer do the boring work than doing it myself. So it's no wonder that I always liked Delphi and GExperts because both support my laziness. Today I added yet another feature to save me a key stroke or mouse click: The "Close Exception … Continue reading GExperts supports even more laziness →

dummzeuch Delphi, GExperts 2020-07-042020-07-04 2 Minutes

Fixing wrong position and size of the Delphi 10.4 IDE window

Apparently the bug that causes the Delphi IDE to not store its position correctly when placed in full screen on a secondary monitor to the left of the primary monitor (which is my setup at home and at work) still hasn't been fixed in Delphi 10.4. Luckily the work around of editing the desktop settings … Continue reading Fixing wrong position and size of the Delphi 10.4 IDE window →

dummzeuch Delphi 2020-06-06 1 Minute

Delphi IDE explorer expert updated for Delphi 10.4

I have updated my Delphi IDE explorer expert to work with Delphi 10.4. The bugfix for the Follow Focus function in Delphi 10.3 still works.

dummzeuch Delphi, DelphiIdeExplorer 2020-06-062020-06-06 1 Minute

dzBdsLauncher 1.0.5 released with major improvements

I revisited my dzBdsLauncher tool again - no idea why, it just occurred to me 😉 - and added quite a few improvements: It now supports .dof (Delphi 6 and 7) and .bdsproj (Delphi 2005 and 2006) files. In addition to the previous checks it now also looks at the disabled packages list to determine … Continue reading dzBdsLauncher 1.0.5 released with major improvements →

dummzeuch Delphi, dzBdsLauncher 2020-06-012020-06-01 1 Minute

dzDelphiPaths tool updated for Delphi 10.4 Sydney

I have just updated my dzDelphiPaths tool to support Delphi 10.4.

dummzeuch Delphi, dzDelphiPath 2020-05-312020-06-09 1 Minute

dzBdsLauncher 1.0.4 released

The new version of dzBdsLauncher adds support for Delphi 10.4.

dummzeuch Delphi 2020-05-31 1 Minute

GExperts 1.3.16 experimental twm 2020-05-27 released

There they are, the promised GExperts 1.3.16 installers for older Delphi versions. This time I didn't blog much about the work I did on GExperts. I spent a lot of time actually working on it instead. There are lots of bug fixes and a few new features in the new version. I hope this time … Continue reading GExperts 1.3.16 experimental twm 2020-05-27 released →

dummzeuch Delphi, GExperts 2020-05-272020-05-27 1 Minute

Posts navigation

Older posts
Newer posts

Search blog.dummzeuch.de

verpflichtende Angaben

Impressum
Datenschutz

Follow me on


@dummzeuch@mastodon.social
Delphi Praxis [en]
blub.dummzeuch.de
dummzeuch

dz@pluspora
✝dummzeuch

RSS feeds from this blog

All posts
Delphi related posts
GExperts related posts

Open Source

GExperts GExperts
Donate!
My Other Projects

Categories

February 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
232425262728  
« Jan    

Archive

Pages

  • A collection of buildtools
  • Beinahe-Unfälle und gefährliche Situationen
  • Consulting
  • Delphi Custom Containers Pack
  • Delphi Help Expert
  • Delphi IDE Explorer Expert
  • Denkzettel Companion
  • dzBdsLauncher
  • dzDebugVisualizers for Delphi 2005 and up
  • dzDeleteProp
  • dzDelphiPaths
  • dzEditorLineendsFix tool
  • dzlib
  • dzMdbViewer – a viewer for MS Access database files
  • dzPrepBuild for Delphi
  • Experimental GExperts Version
    • Donations for GExperts
    • Forum for GExperts
    • GExperts 1.3.10 experimental twm 2018-06-03
    • GExperts 1.3.11 experimental twm 2018-08-05
    • GExperts 1.3.12 experimental twm 2018-12-22
    • GExperts 1.3.13 experimental twm 2019-03-30
    • GExperts 1.3.14 experimental twm 2019-09-08
    • GExperts 1.3.15 experimental twm 2019-11-23
    • GExperts 1.3.16 experimental twm 2020-05-27
    • GExperts 1.3.17 experimental twm 2020-10-23
    • GExperts 1.3.18 experimental twm 2021-02-21
    • GExperts 1.3.20 experimental twm 2022-01-30
    • GExperts 1.3.21 experimental twm 2022-04-09
    • GExperts 1.3.22 experimental twm 2023-03-25
    • GExperts 1.3.25 2024-08-24
    • GExperts 1.3.26 2026-02-07
    • GExperts 1.38 experimental twm 2016-06-05
    • GExperts 1.38 experimental twm 2016-07-24
    • GExperts 1.38 experimental twm 2016-09-18
    • GExperts 1.38 experimental twm 2016-10-03
    • GExperts 1.38 experimental twm 2017-01-15
    • GExperts 1.38 experimental twm 2017-03-19
    • GExperts 1.38 experimental twm 2018-03-31
    • GExperts Bug Reports
    • GExperts Feature Requests
    • GExperts frequently asked questions
  • GExperts documentation
    • Add To Formatter Capitalization Expert
    • Backup Project Expert
    • Code Formatter Expert
    • Comment Emtpy Code Blocks Expert
    • Convert Strings Editor Expert
    • Edit keyboard macros with the Macro Library expert
    • Editor Bookmarks Expert
    • Editor Experts
    • Enhanced Goto dialog
    • Enhancements to the Search Path Dialog
    • Favorites for the Build Events
    • Filter for GExperts Class Browser
    • General Enhancements
    • GExperts IDE Form Enhancers
      • TManagedForm class
        • TManagedFormAboutBox class
        • TManagedFormConnEditForm Class
        • TManagedFormDefaultEnvironmentDialog class
        • TManagedFormFixFormPositioningOnly class
        • TManagedFormImageListEditor class
        • TManagedFormPakComponentsDlg class
        • TManagedFormPasEnvironmentDialog class
        • TManagedFormPictureEditDlg class
        • TManagedFormProjectOptionsDialog class
        • TManagedFormRplcDialog class
        • TManagedFormSrchDialog class
    • Grep Search Expert
    • Hiding the Quick Action and Description panel in Delphi
    • How to compile GExperts
    • Macro Templates Expert
    • PE Information Expert
    • Rename Components Expert
    • Reselect Desktop Expert
    • Sort Selected Lines Editor Expert
    • Uses Clause Manager Expert
  • KnownIdePackagesManager Tool for Delphi
  • My Open Source Projects
  • RSS show – a RSS feed reader for the webbrowser
  • Safe event hooking for Delphi IDE plugins
  • Sie wollen mich einstellen?
  • The Delphi Pipe
  • Useful pages on the Delphi Wiki

RSS blub.dummzeuch.de

  • Wolkentaucher 2026-02-24
  • Die Kolonie 2026-02-23
  • Der Turm 2026-02-22
  • Der Miner 2026-02-19
  • Der Geisterzug 2026-02-17

RSS GExperts Forum

  • GExperts 1.3.26 2026-02-07 released 2026-02-07
  • GExperts Code Formatter: Delphi 13 Language Support 2026-01-27
  • GExperts Code Formatter supports the Delphi inline if expression aka "ternary operator" 2026-01-21
  • Favorite files 2026-01-15
  • GExperts: Is this a bug worthy of reporting? 2025-12-27
  • Align := ?? 2025-12-18
  • How to use "Exclude Dirs" in Grep? 2025-11-28
  • Status of Standalone Formatter? 2025-11-11
  • Clipboard history disappears 2025-11-03
  • Original delfor.hlp file? 2025-11-01
Proudly powered by WordPress | Theme: Independent Publisher 2 by Raam Dev.