Retrieves an image from an embedded file. Used in conjunction with EmbedFile.
Syntax: RetrieveImage
Returns a bitmap object.
Example:
Sub App_Start
form1.Show
FileOpen(c1,"data.dat",cRandom)
bin.New1(c1,true)
Form1.Image = bin.RetrieveImage
Form1.DrawImage(bin.RetrieveImage,10,10)
FileClose(c1)
End Sub