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 ) } )