3
3fly
Unregistered / Unconfirmed
GUEST, unregistred user!
用IntraWeb如何实现如下功能?我只知道有个WebApplication.ShowMessage……
--------------------------------------------------------------
if MessageBox(0, '确认删除当前记录吗?', '删除确认', mb_YESNO+mb_iconquestion) = mrYes then
begin
// do something
end
else
begin
// do other things
end;
--------------------------------------------------------------
--------------------------------------------------------------
if MessageBox(0, '确认删除当前记录吗?', '删除确认', mb_YESNO+mb_iconquestion) = mrYes then
begin
// do something
end
else
begin
// do other things
end;
--------------------------------------------------------------