Jrex plus lx software guide – Kontron JRexplus-LX User Manual

Page 27

Advertising
background image

KTD-S0004-A

Page 24

JIDA32 Interface


JRexplus LX Software Guide

The associated DPR file:

program Jidatest;

uses
Forms,

mainU in 'mainU.pas' {Form1};

{$R *.res}

begin
Application.Initialize;

Application.CreateForm (TForm1, Form1);

Application.Run;
end.

Advertising