I cannot see images which are used by my HTML or RTF files

    • Offizieller Beitrag

    For standard images you need to add unit WPEmOBJ.PAS to the uses clause. (C##Builder: #pragma link "wpemobj")

    JPEG images are supported by unit WPJpgObj and GIF objects are supported by unit WPGifOBJ (requires the jedi library GifImage)

    Please check out the unit WPEmOBJ.PAS - this is essential to understand how the image objects work, how images can be created during writing (HTMLCreateImage) and how additional image types can be supported.