mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-16 07:50:03 +01:00
28 lines
1.0 KiB
ObjectPascal
28 lines
1.0 KiB
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit pas2jscomponents;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
regpas2jscomponents, frmHTMLActionsEditor, htmleventnames, strpas2jscomponents, stub.htmlfragment, stub.restdataset,
|
|
stub.htmlactions, pas2jsrestutils, pas2jsrestcmd, frmRestData, stub.webwidget, Stub.JS, stub.web, stub.bootstrapwidgets,
|
|
frmpas2jsedithtml, p2jselementactions, Stub.Data.HTMLActions, frmselecthtmlactions, stub.jsondataset, stub.bootstraptablewidget,
|
|
stub.dbwebwidget, stub.dbhtmlwidgets, stub.htmlwidgets, stub.bulmawidgets, stub.fprpcclient, iderpccodegen,
|
|
frmcreaterpcserviceclient, pas2jscompedits, frmaddmissingtablecolumns, datasettoform, bootstrapformgen, frmdatasettoform,
|
|
LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('regpas2jscomponents', @regpas2jscomponents.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('pas2jscomponents', @Register);
|
|
end.
|