TBitmap open this file without the need to create on the hard disc?
I have using this:
Code: Select all
cResult := Result of this query -> [ SELECT image FROM table1 ]
memoWrit( "C:\IMG001.BMP", cResult )
oImagem:loadBMP( "C:\IMG001.BMP" )
oImagem:refresh()
kind of a string directly from the database?
Something like :loadFromString () method from the Delphi?