LoadFromString is unable to load the text with image

  • Hi,
    I am using LoadFromString method to load file, if the file consists of any image data. If the file is only plain text this method is working fine.
    But not working if the file consists any image.
    I am using this stmt Memo.LoadFromString(plainStr, false, "AUTO");

    please help
    Thanks