Graphic Delphi

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