Manual

KTD-S0006-B Page 20 JIDA32 Interface
MOPSlcdLX 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.