Pitx-sp software guide – Kontron pITX-SP User Manual

Page 49

Advertising
background image

KTD-S0003-C

Page 45

JIDA32 Interface


p

ITX-SP 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