Componentes.Terceros.jvcl/official/3.32/qexamples/JvThread/JvThreadProj.dpr

20 lines
572 B
ObjectPascal

{******************************************************************************}
{* WARNING: JEDI VCL To CLX Converter generated unit. *}
{* Manual modifications will be lost on next release. *}
{******************************************************************************}
program JvThreadProj;
uses
QForms,
fThread in 'fThread.pas' {Form1},
QWindows in '../../qcommon/QWindows.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.