在我的應用程序有兩種形式讓我們說,LoginForm的和AccountForm如何在不關閉整個程序的情況下關閉窗口?
的LoginForm的設置爲主要形式,它的形式,當用戶能夠從他的賬戶登錄(二TEdits和登錄按鈕) 。當用戶鍵入他的登錄詳細信息並連接時,會打開一個新帳戶AccountForm。
如何在不關閉整個應用程序的情況下在登錄成功時關閉LoginForm?或者以這種語言如何使用下面的代碼來關閉登錄表單而不是應用程序。
if (not IncludeForm.sqlquery1.IsEmpty) and (isblacklisted='0') and (isactivated='1') then
begin // Login Successful *** Show the account window
AccountForm.Show;
LoginFrom.Close; // <----The problem is in this line, using this line causes the whole application to close***}
end;
三江源
賞金: 「尋找一個答案從可信和/或官方渠道畫畫。」我很可信。 ;-) – GolezTrol 2012-08-16 10:27:57