Перейти на Паскаль / Дельфи как javaScript (Dart / Flutter / Python ...)
Delphi / fpc llcl в pas2js web / html
Используйте формы LLCL / VCL / FMX в JS / Web / Mobile (и собственный код в Windows / Mac / Linux / Android / iOS ...)
Нет установки дополнительных веб -элементов!
Базовый html : https://wintops.github.io/llcljs/llcl.html
Layui : https://wintops.github.io/llcljs/llcljs.html
Загрузчик блока формы : https://wintops.github.io/llcljs/testloader.html
Minicalc : https://wintops.github.io/llcljs/minicalcjs.html
Llcl-Samples
bin/form2pas [форма файла формы (.dfm/.lfm)] [.pas filename]
Form2pas Source
uses SysUtils, Classes, Dialogs, Controls, StdCtrls, Forms,
{ $IFDEF PASJS }
WebCtrls
{ $ELSE }
{ $IFDEF FPC } LazUTF8, LCLType, { $ELSE } Variants, XPMan, { $ENDIF }
Graphics, ExtCtrls,
ComCtrls, Menus
{ $ENDIF }
;Mainmenu - Project - Параметры проекта ...
Параметры комбинации - PATH - Другие файлы модулей (-fu) - добавить (PASJS_LLCL_PATH)
Пользовательские параметры
-Jeutf-8 -Jirtl.js -Jc -Jminclude -dPASJS -dFPC