Hello to all
hBmp := { ReadBitmap( 0, oPub:wPathBmp + "ABERTO.BMP" ),;
ReadBitmap( 0, oPub:wPathBmp + "BAIXADO.BMP" ),;
ReadBitmap( 0, oPub:wPathBmp + "DEVOLV.BMP" ),;
ReadBitmap( 0, oPub:wPathBmp + "PENDE.BMP" ) }
Which of the classes would the correct be to turn off the created bmps in the way above?
DeleteObject( hBmp )
or
ReleaseDC( hBmp )
or
AEval( aHBitmaps, { | hBmp | DeleteObject( hBmp ) } )
Marcelo Ferro da Silveira
Fwh14.04/xHarbour 1.2.3 Simplex / Bcc582 / Pelles 8
SqlLib /xMate/WS
Fwh14.04/xHarbour 1.2.3 Simplex / Bcc582 / Pelles 8
SqlLib /xMate/WS