Atopas
1.0.0
Pergi ke atas ke Pascal / Delphi sebagai JavaScript (DART / FLUTTER / PYTHON ...)
Delphi / FPC LLCL ke dalam PAS2JS WEB / HTML
Gunakan formulir LLCL / VCL / FMX di JS / Web / Mobile (dan kode asli di Windows / Mac / Linux / Android / iOS ...)
Tidak ada penginstalan kontrol web tambahan!
Html dasar : https://wintops.github.io/llcljs/llcl.html
LayUi : https://wintops.github.io/llcljs/llcljs.html
Bentuk Unit Loader : https://wintops.github.io/llcljs/testloader.html
Minicalc : https://wintops.github.io/llcljs/minicalcjs.html
LLCL-sampel
bin/form2pas [Form FileName (.dfm/.lfm)] [.pas fileName]
Sumber Form2Pas
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 - Proyek - Opsi Proyek ...
Opsi Complier - Path - File Unit Lain (-FU) - Tambahkan (Pasjs_llcl_path)
Opsi khusus
-Jeutf-8 -Jirtl.js -Jc -Jminclude -dPASJS -dFPC