Componentes.Terceros.jvcl/official/3.36/examples/JvInterpreterDemos/JvInterpreterTest/JvInterpreterTest.dpr
2009-02-27 12:23:32 +00:00

14 lines
220 B
ObjectPascal

program JvInterpreterTest;
uses
Forms,
fJvInterpreterTest in 'fJvInterpreterTest.pas' {Test};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTest, Test);
Application.Run;
end.