Skip to content

Commit

Permalink
Merge pull request #1 from igorbastosib/main
Browse files Browse the repository at this point in the history
Corrigindo erros futuros em TLoading
  • Loading branch information
adrianosantostreina authored Oct 2, 2021
2 parents ed6f987 + b7735b6 commit 3940c4f
Show file tree
Hide file tree
Showing 5 changed files with 1,445 additions and 39 deletions.
16 changes: 16 additions & 0 deletions Demo/Project1.dpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
program Project1;

uses
System.StartUpCopy,
FMX.Forms,
Unit1 in 'Unit1.pas' {Form1},
Loading in '..\source\Loading.pas';

{$R *.res}

begin
ReportMemoryLeaksOnShutdown := True;
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Loading

0 comments on commit 3940c4f

Please sign in to comment.