var bmp : TBitmap; ................. bmp := TBitmap.Create; bmp.LoadFromFile('SomeBitmap.bmp');
Canvas.Draw(0, 0, bmp)
bmp.Free;