Thread
:
Yes/ No Dialog
View Single Post
Oct 28th, 2005, 9:40 AM
#
4
ekamaloff
Newbie
Join Date: Oct 2005
Posts: 3
Rep Power:
0
Simply write the following:
(
Toggle Plain Text
)
if MessageDlg('Confirmation text', mtConfirmation, [mbYes, mbNo], 0) = mrYes then begin {...} end;
if MessageDlg('Confirmation text', mtConfirmation, [mbYes, mbNo], 0) = mrYes then begin {...} end;
ekamaloff
View Public Profile
Find More Posts by ekamaloff