fpc/packages/fcl-web/examples/webdata/demo/lazwebdata.pas
michael ef213e67d6 * Examples added
git-svn-id: trunk@15333 -
2010-05-27 14:06:12 +00:00

23 lines
437 B
ObjectPascal

{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit lazwebdata;
interface
uses
reglazwebdata, extjsjson, extjsxml, fpextjs, fpwebdata, sqldbwebdata,
LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('reglazwebdata', @reglazwebdata.Register);
end;
initialization
RegisterPackage('lazwebdata', @Register);
end.