pcplayer:
The ExtP Toolkit provides three things:
[阅读: 400] 2010-01-04 02:24:23
1. FmToExtP converter converts Delphi or Lazarus forms (.dfm/.lfm) to ExtPascal code. This is a simple way to preserve some of the forms' visual layout in a Web app. The converter can be run standalone to convert existing Delphi and Lazarus forms, or automatically from the Lazarus IDE when compiling an ExtPascal application.
2. ExtP_Ctrls package of ExtPascal design controls for Delphi and Lazarus. This package adds an ExtPascal tab of controls to the IDE's component palette.
3. ExtP_Proj package that adds "ExtPascal Application" and "ExtPascal Form" to the Lazarus File | New list. Selecting ExtPascal Application creates a new ExtPascal project that can be used with the design controls.