Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error on Applicaiton.CreateForm on DelphiAnimation.dpr #2

Open
ThomazWS opened this issue Feb 11, 2022 · 0 comments
Open

Error on Applicaiton.CreateForm on DelphiAnimation.dpr #2

ThomazWS opened this issue Feb 11, 2022 · 0 comments

Comments

@ThomazWS
Copy link

ThomazWS commented Feb 11, 2022

program DelphiAnimation;

uses
System.StartUpCopy,
FMX.Forms,
//DelphiAnimation.uMain in 'DelphiAnimation.uMain.pas' {Form1};
DelphiAnimation.uMain in 'DelphiAnimation.uMain.pas' {FormMain};
{$R *.res}

begin
Application.Initialize;
// Application.CreateForm(TForm1, Form1); //Current with error
Application.CreateForm(TFormMain, FormMain); // Correct
Application.Run;
end.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant