
Apparently the Import Component and View Type Library wizards are not enabled in Turbo Delphi (Win32) by default.
A workaround has been posted on the newsgroups:
Create an empty file named:
ATLBASE.H in this directory: $(BDS)\include\atl\

ATLBASE.H in this directory: $(BDS)\include\atl\

[HKEY_CURRENT_USER\Software\Borland\BDS\4.0\Type Library]
"ActiveXWizard"="True"
"InteropCheck"="True", also mentioned here.
Ctrl+Shift+J on a selected text in the editor. Works in Delphi 2005 and higher.)