Thema: Delphi Image löschen ?

Einzelnen Beitrag anzeigen

thomas2009
(Gast)

n/a Beiträge
 
#4

Re: Image löschen ?

  Alt 11. Okt 2008, 21:37
Zitat von IceBube:
Hallo!
Machs so mal:
Delphi-Quellcode:
procedure ();
var Img : TImage;
begin
Img := (FindComponent('img1') As TImage);
Img.Free;
end;
lg
Es hat geklappt mit FindComponent. Danke
  Mit Zitat antworten Zitat