Here is the tdirectorytreeview.pas file.
Regards, cyber_python.
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit TDirectoryTreeview;
interface
uses
DirectoryTreeview, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('DirectoryTreeview', @DirectoryTreeview.Register);
end;
initialization
RegisterPackage('TDirectoryTreeview', @Register);
end.
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus