|
||||||||||||||||||||||||||
| Programming with the Dynamic Industrial Interface DLL | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
|
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. |
||||||||||||||||||||||||||