Mega Code Archive

 
Categories / Delphi / Graphic
 

Empty a timage

// clear a Image's picture Image1.Picture := nil; // set the standard windows icon for the application Application.Icon := nil;