Mega Code Archive

 
Categories / Delphi / Graphic
 

How to empty a TImage

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