S
siaosa
Unregistered / Unconfirmed
GUEST, unregistred user!
调用语句:
......
Form1.ShowModal;
在Form1的OnCreate,OnShow,OnActive事件中输入
if ..... then
Self.ModalResult:=mrCancel
//这样表单自己并不能够关闭自己
end;
......
Form1.ShowModal;
在Form1的OnCreate,OnShow,OnActive事件中输入
if ..... then
Self.ModalResult:=mrCancel
//这样表单自己并不能够关闭自己
end;