//宣告TBitmap物件
Graphics::TBitmap *bmp_temp=new Graphics::TBitmap;
//使用TBitmap物件讀取圖檔
bmp_temp=Image1->Picture->Bitmap;