3/20/2026 at 12:34:03 PM
Delphi is still the absolute fastest way to create win32 gui applications, and anybody who disagrees has never used it.Lazarus is a pretty sweet solution on Linux (or Codetyphoon, if you want more out of the box components).
by lpcvoid
3/20/2026 at 5:35:38 PM
I think C#'s WinForms is just as productive as Delphi's VCL. Unfortunately Microsoft abandoned it. Though I only used older versions of Delphi, so I don't know if recent improvements made it pull ahead.However both have limitations in more complex areas, such as rich text (html), data binding and targeting mobile and desktop with a mostly shared code-base.
by CodesInChaos
3/20/2026 at 6:13:39 PM
WinForms isn't Win32, and it's still supported.by cosmotic
3/20/2026 at 7:15:03 PM
Like MFC, it is a thin layer over Win32.by pjmlp
3/20/2026 at 2:52:39 PM
I disagree, because C++ Builder also exists. :)Although .NET also follows along, pity that it took so many years for Microsoft to actually care about native compilation beyond NGEN.
by pjmlp
3/20/2026 at 12:43:50 PM
What's the relationship between Delphi and Lazarus?by HauntingPin
3/20/2026 at 1:23:46 PM
Delphi is commercial: https://www.embarcadero.com/products/delphi/product-editionsLazarus is free with no artificial limitations, for FreePascal: https://www.lazarus-ide.org/
by KronisLV
3/20/2026 at 12:59:42 PM
It's a Delphi-compatible IDE: https://www.lazarus-ide.org/by utopcell
3/20/2026 at 12:56:17 PM
Pascalby tonyedgecombe
3/20/2026 at 1:02:23 PM
Is it? What about Autohotkey, or Visual Studio?by baal80spam
3/20/2026 at 1:14:15 PM
Two very different solutions. Autohotkey is a scripting language for specific tasks, while Delphi is unbounded in this sense. And Visual Studio has no RAD concept.by mauriciolange
3/20/2026 at 1:39:11 PM
Visual Studio has WinForms, which is pretty RAD.by sumnole
3/20/2026 at 2:38:10 PM
And I think preferable to the XML split of code and GUI that is web like and how Microsoft’s other frameworks work.by NetMageSCW