P
pandame
Unregistered / Unconfirmed
GUEST, unregistred user!
我已经添加了5个ComboBox,它们的.visible设为了fasle。
for i:=1 to 5 do
begin
ComboBoxi.Visible:=true;
end;
当我添加上面这段程序后,再运行就会报出以下的错误信息,请问到底是怎么回事呢?:
Project operation.exe raised execption class EAccessViolation with message'Access violation at address 0043262B'operation.exe'.Read of address 00000057'.Process stopped.Use step or Run to continue.
for i:=1 to 5 do
begin
ComboBoxi.Visible:=true;
end;
当我添加上面这段程序后,再运行就会报出以下的错误信息,请问到底是怎么回事呢?:
Project operation.exe raised execption class EAccessViolation with message'Access violation at address 0043262B'operation.exe'.Read of address 00000057'.Process stopped.Use step or Run to continue.