How to Import OCX to Delphi 2007
- 1). Open the Delphi RAD 2007 software on your computer.
- 2). Open the Delphi package you want to import. If you want to import the OCX into a new project, click "File" and then click "New." Click "Package" to create a new package.
- 3). Click the "Component" menu item and select "Import Component." Choose "VCL for Delphi Win32" for the component type and then select "Import a Type Library."
- 4). Choose your OCX file and check the box labeled "Generate component wrappers." Click "Add to project " and click 'Next."
- 5). Click "Finish" to import the OCX file into the project.
Source...