DelphiShowcase

iEditor: A Fun Web Document Editor Is Delphi Powered

iEditor is a Web Document Editor and it is built in Delphi. This is a nice looking project available in the Microsoft Windows Store. It features an HTML 5 Editor, a CSS 3 Editor, a Javascript Editor, and a Plain Text Editor. Additionally, it has the ability to Archive a project, preview the projects in a Embedded Browser, and a List of templates. I like the interface on this and it looks like a…
Read more
DelphiNews

Deploying FireMonkey to HTML5 with FMXLinux on WSL2

The Windows Subsystem for Linux is the quickest way to get started with Linux deployment from Delphi (WSL). WSL2 now includes a full Linux kernel in Windows 10 Version 2004 (Build 19041), so debugging and everything works as expected.   Install WSL2 (You can verify…