Use dynamic TWPRichText objects

    • Offizieller Beitrag

    Before Version 4.21 a TWPRichText always required a parent window handle to allow printing.
    Now you can use CreateDynamic to create a TWPRichText without a reference to a parent window handle or parent form. This is ideal for CGI applications, for print engines and PDF creation. Please note that controls created this way are not available for editing.