Menu

[r77]: / trunk / samples / lazarus / SimpleTest / SimpleTest.lpr  Maximize  Restore  History

Download this file

18 lines (14 with data), 323 Bytes

program SimpleTest;

{$MODE Delphi}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Interfaces, // this includes the LCL widgetset
  Forms,
  main in 'main.pas', TestClass {Form1};

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.