Graphic Delphi

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