Skip to content

Commit

Permalink
Added Delphi 12.x files
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiWorlds committed Apr 18, 2024
1 parent 932d57d commit 7a828ef
Show file tree
Hide file tree
Showing 4 changed files with 1,968 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
program CrossPlatformLocationD12;

uses
System.StartUpCopy,
FMX.Forms,
CPL.View.Main in 'Views\CPL.View.Main.pas' {MainView};

{$R *.res}

begin
Application.Initialize;
Application.CreateForm(TMainView, MainView);
Application.Run;
end.
Loading

0 comments on commit 7a828ef

Please sign in to comment.