mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-15 19:26:03 +08:00
Organize repository into standard trunk/branches/tags structure.
This commit is contained in:
13
extra/QueryThreadExample/QueryThreadExample.dpr
Normal file
13
extra/QueryThreadExample/QueryThreadExample.dpr
Normal file
@ -0,0 +1,13 @@
|
||||
program QueryThreadExample;
|
||||
|
||||
uses
|
||||
Forms,
|
||||
Main in 'Main.pas' {Form1};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
Reference in New Issue
Block a user