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.
Uses ShellApi;
ShellExecute(0, 'Open', PChar(App), PChar(''), PChar(''), SW_Hide);
ShellExecute(0, 'Open', PChar('c:\Apps\MyApp.exe'), PChar(''), PChar(''), SW_Hide);
ShellExecute(0, 'Open', PChar('c:\My Documents\Biography.doc'), PChar(''), PChar(''), SW_Hide);
ShellExecute(0, 'Open', PChar('c:\Apps\MyApp.exe'), PChar('123 999'), PChar(''), SW_Hide);
ShellExecute(0, 'Open', PChar('c:\Apps\MyApp.exe'), PChar('123 999'), PChar('c:\temp'), SW_Hide);