- 823 名前:デフォルトの名無しさん mailto:sage [2008/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(); }
|

|