WPRichText interpretation from WPRTFStorage

  • Good morning.

    I have connected two WPRichText components with a WPRTFStorage.
    Is it possible that one WPRichText shows me the text in HTML-Source and the other in WYSIWYG?

    Thanks for the support

    • Offizieller Beitrag

    Hi,

    This WPRTFStorage is for certain tasks, I don't think you need it. I consider it a bit obsolet, since it is easier to create TWPRTFDataCollections in code, if that is required.

    To read HTML place a TWPRichText on the form and call Load.

    You can use the property AsWebpage to optimize the display.

    The event OnHTTPRequestImage is used to load image data from an URL.

    Julian