[Pas2js] TMS Web Clone

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Feb 27 13:24:10 CET 2018


On Tue, 27 Feb 2018 06:15:58 -0600 (CST)
warleyalex via Pas2js <pas2js at lists.freepascal.org> wrote:

>[...]
> I never created a Lazarus visual component before, is it possible to install
> the WEBLib.StdCtrls (this unit contains TLabel, TEdit, TButton, TComboBox
> and TMemo) visual web component on Lazarus IDE? 

The LCL already registers these classnames. Lazarus currently forbids
to register a classname twice. 
There are some plans to extend this.

 
> b) another thing, how to get the module name? for instance, the main HTML
> page "projWEBForms.html"?

How to get the module name from ...?
What do you have? A unit filename or some IDE object?

Mattias


More information about the Pas2js mailing list