J joshua_jia Unregistered / Unconfirmed GUEST, unregistred user! 2002-11-10 #1 請問高手 messagedlg中的消息怎麼樣去換行顯示,多謝
U ugvanxk Unregistered / Unconfirmed GUEST, unregistred user! 2002-11-10 #2 #13,不行吗 if MessageDlg('Welcome to my Object Pascal application. Exit now?'+#13+'ok', mtConfirmation, [mbYes, mbNo], 0) = mrYes then begin MessageDlg('Exiting the Object Pascal application.', mtInformation, [mbOk], 0); Close; end;
#13,不行吗 if MessageDlg('Welcome to my Object Pascal application. Exit now?'+#13+'ok', mtConfirmation, [mbYes, mbNo], 0) = mrYes then begin MessageDlg('Exiting the Object Pascal application.', mtInformation, [mbOk], 0); Close; end;