C
cqbaobao
Unregistered / Unconfirmed
GUEST, unregistred user!
显示一个窗体(Form2.Show)时出错,
procedure TCustomForm.SetVisible(Value: Boolean);
begin
if fsCreating in FFormState then // 出错,
...........
查看 FFormState 的值,结果为:[fsCreating..fsModal,fsActivated..(out of bound) 7]
这是怎么回事?哪来的越界呢?
急盼大虾的答覆。
procedure TCustomForm.SetVisible(Value: Boolean);
begin
if fsCreating in FFormState then // 出错,
...........
查看 FFormState 的值,结果为:[fsCreating..fsModal,fsActivated..(out of bound) 7]
这是怎么回事?哪来的越界呢?
急盼大虾的答覆。