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.
Close();
void __fastcall CreateParams(TCreateParams &Params);
void __fastcall CreateParams(TCreateParams &Params)
{
TForm::CreateParams(Params);
Params.Style &= ~WS_CAPTION;
}
Application->Initialize();
Form2=new TForm2(Application);
Form2->Show();
Form2->Update;
Action = caFree;