风
风中的狼
Unregistered / Unconfirmed
GUEST, unregistred user!
这样的一段程序:
Var
I:Integer;
Begin
For I:=0 To Panel1.ComponentCount-1 Do
Begin
If
Panel1.ComponentCount is TFlatcheckBox
Then
TFlatCheckBox(Panel1.ComponentCount).Enabled:=False;
End;
End;
出错提示是“Array Typerequired”
请问该怎么修改!
Var
I:Integer;
Begin
For I:=0 To Panel1.ComponentCount-1 Do
Begin
If
Panel1.ComponentCount is TFlatcheckBox
Then
TFlatCheckBox(Panel1.ComponentCount).Enabled:=False;
End;
End;
出错提示是“Array Typerequired”
请问该怎么修改!