WEB开发网
开发学院软件开发Delphi Delphi的大Bug 阅读

Delphi的大Bug

 2006-02-04 13:35:18 来源:WEB开发网   
核心提示: Delphi,Update2出来了,赶紧去!bug:代码如下:PRocedure TForm1.Button1Click(Sender: TObject);var strings :TStringList;begin if not Assigned(strings) then begin strings :=
 

Delphi,Update2出来了,赶紧去!


bug:


代码如下:


PRocedure TForm1.Button1Click(Sender: TObject);
var
  strings :TStringList;
begin
  if not Assigned(strings) then
  begin
   strings :=TStringList.Create;
//   ShowMessage('sfdasfd');如果加上这样或那样的句子就没有问题,否则,哈哈.
  end;
  strings.free;
  strings := nil;
end;

Tags:Delphi Bug

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接