procedure TMainForm.UniButton1Click(Sender: TObject); begin //ShowMessage('The App will restart now'); UniSession.AddJS('Ext.toast({html: "The App will restart now", header: false, autoCloseDelay: 5000});'); UniTimer1.Enabled := True; end;  
    • Upvote
    1