Answer the question
In order to leave comments, you need to log in
Call child form in Delphi?
Good afternoon!
People prompt please how to CALL the child form in Delphi. The form is created, you just need to call it.
The following method doesn't suit me at all:
procedure TfrMain.CreateChildForm
(const childName : string);
var Child: TfrChild;
beginChild
:= TfrChild.Create(Application);
Child.Caption := childName;
because this method creates a new form on each click and then calls it, and I need to call My finished form.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question