23 lines
466 B
ObjectPascal
23 lines
466 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit zcomponent;
|
|
|
|
interface
|
|
|
|
uses
|
|
ZComponentReg, ZConnection, ZDatasetUtils, ZUpdateSqlEditor,
|
|
ZConnectionGroup, ZGroupedConnection, LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('ZComponentReg', @ZComponentReg.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('zcomponent', @Register);
|
|
end.
|