lazwebdata.pas 437 B

12345678910111213141516171819202122
  1. { This file was automatically created by Lazarus. do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit lazwebdata;
  5. interface
  6. uses
  7. reglazwebdata, extjsjson, extjsxml, fpextjs, fpwebdata, sqldbwebdata,
  8. LazarusPackageIntf;
  9. implementation
  10. procedure Register;
  11. begin
  12. RegisterUnit('reglazwebdata', @reglazwebdata.Register);
  13. end;
  14. initialization
  15. RegisterPackage('lazwebdata', @Register);
  16. end.