Graphic Delphi

Title: Draw application icon in TImage
Use Assign method, like this example:
Image1.Picture.Icon.Assign(Application.Icon);