3 ShellExecute再uses中应该加上什么单元?
>>好像是ShellAPI

解决方案 »

  1.   

    Image清空:
    Image.Picture:=nil;
      

  2.   

    1、PICTURE的清空:
       image1.picture.graphic:=nil;
      

  3.   

    1  怎样给image的picture清空
    .picture:=nil;
      

  4.   

    1  怎样给image的picture清空
    >>試試這個Image1.Picture:= nil;
      

  5.   

    ShellExecute再uses中应该加上shellapi
    speedbutton 控件禁止它拖动的属性在edit菜单上有个lock controls项可以锁定
      

  6.   

    清空Graphic就可以了,ShellApi,D6里面分开了!
      

  7.   

    1.if FileExists(Image1.Picture) then DeleteFile(Image1.Picture);
    2.
    3.加ShellAPI