mkzw0ot4m0nk
Programmer
ok i feel like a idiot asking this. i have a main menu thing on my program and i have 'EXit' and 'About' when someone clicks 'About' how do i make it open a new window?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Application.CreateForm(TAboutBox, AboutBox);
Form2.Comment.Caption := 'Hello world!';
mystring := Form2.Edit1.Text;