Component->Import ActiveX Control...

解决方案 »

  1.   

    你的OCX控件先要在系统中注册,然后在Delphi中Components-->Import ActiveX Control下在列表中找到你的OCX控件点击下方的Install编译后安装即可在ActiveX页面下看到你的控件了.
      

  2.   

    Component->Import ActiveX Control->if (Not in list) then Add ->Install...
      

  3.   

    上面说的很多了,
    Component->Import ActiveX Control...
    但名字可不一定就是文件名,
    你可要看好了,
    另if (Not in list) 
    regsvr32 你的控件(全路径)
    然后再Import ActiveX Control
    如注册成功就一定有,
    只是名字你得慢慢找
    luck