08/06/16 20:24:47
__fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner)
{
HBITMAP hBitmap = Spi_LoadImage("IFPSD.spi", "test.psd");
Image1->Picture->Bitmap->Handle = hBitmap;
}
//---------------------------------------------------------------------------
__fastcall TForm1::~TForm1()
{
Image1->Picture->Bitmap->ReleaseHandle();
}