Hi I'm a beginner in Delphi and I have I big problem
I don't know how to close a form
I've a form with user and password .After verification I enter on other form.Albeit I put form1.close when I minimize form2 , form1 it on the screen and i would like to disapear but i don't know how.
Helppp.
dragoshstoica 1 Newbie Poster
Recommended Answers
Jump to Posthere is another way to do what you want(MDI Childs):
1. you create another form(probably Form2 in Unit2.pas)
2. in the dpr file of your project delphi will insert another line WHICH must be deleted:begin Application.Initialize; Application.CreateForm(TForm1, Form1); { <-- This line is required DO …
All 4 Replies
manderton 0 Newbie Poster
dragoshstoica 1 Newbie Poster
radu84 4 Junior Poster
dragoshstoica 1 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.