M
M
Mik922015-06-04 20:37:38
Delphi
Mik92, 2015-06-04 20:37:38

What is the best way to create forms?

What is the best way to create forms?
Or what is the best method to use?
Application.CreateForm(TForm1, Form1);
or
Form1:= TForm1.Create(Form1);

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Kononenko, 2015-06-04
@Mik92

Discussion of this issue

I
instigator21, 2015-06-11
@instigator21

in FireMonkey, creation is mandatory via Application.CreateForm(TForm1, Form1);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question