On line catalogue +44 (0)1384 888600  
Checkout  Basket  Lines 0
Value £0
Welcome to Data Solutions industrial card sales web site RS232 / RS422 / RS485 Multi-Port Serial Cards Digital Input Output and Timer Cards Analogue to Digital Convertor series Line and protocol conversion adaptors Parallel port adaptor series
Main Menu Review Order Contact Us Internet Remote Control
Programming with the Dynamic Industrial Interface DLL

Borland Delphi

Bringing the peices together

Specifically Version 2.0 is tested and supported. The Dynamic Industrial Interface can easily be used using the Delphi programming language by using the enclosed OCX/ActiveX control. You will first have to add the OCX control to your project by selecting "Component/Install...", then choose to install an "OCX" component. Delphi will create a unit (.pas) for you which exports a class/type named "TDiiOcxCtrl". This new type encapsulates the DII OCX, and you can refer to any properties of the OCX easily.

You can then drag the OCX control onto your form and graphically edit all properties.

You may also consult the Delphi sample application supplied in the "DiiDemoDelphi" subdirectory of your installation directory for more information about using Delphi to access the Dynamic Industrial Interface

Note: Since the Dynamic Industrial Interface is fully 32-bit compliant, only 32-bit versions of Delphi are supported.