芙
芙蓉弟弟
Unregistered / Unconfirmed
GUEST, unregistred user!
其实我想用showmodal的效果,不知道你们是怎么控制的
if Application.FindComponent('F_HC') = nil then
Application.CreateForm(TF_HC, F_HC);
F_HC.ShowModal;
F_HC.Left:=F_HC.Left+50;
F_HC.TOP:=F_HC.TOP+50;
这个是我写的,但是不知道怎么在showmodal出来的这个窗体里还需要写什么 关闭时free 吗?
知道的朋友具体给我说说 谢谢 也就是个窗体分别在什么事件里怎么写?
if Application.FindComponent('F_HC') = nil then
Application.CreateForm(TF_HC, F_HC);
F_HC.ShowModal;
F_HC.Left:=F_HC.Left+50;
F_HC.TOP:=F_HC.TOP+50;
这个是我写的,但是不知道怎么在showmodal出来的这个窗体里还需要写什么 关闭时free 吗?
知道的朋友具体给我说说 谢谢 也就是个窗体分别在什么事件里怎么写?