I have to upgrade an old Delphi3 project to Delphi2010.
It uses a unit named DockForm, but I cannot find it anywhere in Delphi2010.
It is present in t
There is no DockForm.pas in D2010 sources but you can use it in your application. Just add "designide" in Project -> Options -> Packages -> Build with runtime packages. Or add it to "require" section if you want to use it in a package.