I use the
function LoadTexture(Filename: String; var Texture: GLuint; LoadFromRes : Boolean): Boolean;

I save an image to a streammemory name imagestrmemory.
How can i load from the memory an put in the loadtexture function so i can show it any time i want.

Thanks...