WPRichText1.Memo.FNoTxtObjDelete

  • How do I WPTools 5'ize this variable?

    In WPTools 3, there were some situations where I needed to set it to True. Some of the internal calls to Memo.ReformatAll would cause the TextObjects to be deleted.

    For instance, if switching between, say, Body text and Footer or Header sections, due to a line in WPrtfPA's TWPRTFTextPaint.ReformatAll that said:

    Code
    if not FNoTxtObjDelete then 
               TxtObjDeleteUnused,


    diamond