Integration in Delphi XE2 (COM interface)

The TcAdsDll.dll type library has to be imported (TcAdsDll_TLB.pas unit). Depending on the Delphi version, manual adjustments may be required in order to ensure error-free compilation.

System requirements

Importing the type library

  1. In the menu call the command: Component -> Import component. In the dialog select the option: Import type library and confirm with Next.
  2. Integration in Delphi XE2 (COM interface) 1:
  3. Select Beckhoff TcAdsDll x.x Type Library from the list of registered libraries and then confirm with Next.
  4. Integration in Delphi XE2 (COM interface) 2:
  5. Confirm the next dialog also with Next.
  6. Integration in Delphi XE2 (COM interface) 3:
  7. In the next dialog, select the option: Create Unit and confirm with Finish.

Integration in Delphi XE2 (COM interface) 4:

The type library is generated e.g. in the folder .../RAD Studio/9.0/Imports. Please integrate the unit in your application.