Atopas
1.0.0
JavaScript로 Pascal / Delphi로 가십시오 (Dart / Flutter / Python ...)
PAS2JS 웹 / HTML 로의 Delphi / FPC LLCL
JS / Web / Mobile에서 LLCL / VCL / FMX 양식을 사용합니다 (및 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 샘플
bin/form2pas [form filename (.dfm/.lfm)] [.pas filename]
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- 프로젝트 - 프로젝트 옵션 ...
Complier Options- Path- 기타 장치 파일 (-fu) - 추가 (pasjs_llcl_path)
사용자 정의 옵션
-Jeutf-8 -Jirtl.js -Jc -Jminclude -dPASJS -dFPC