• there is a standard action to protect text, if i click once selected text is protected, click again text ist still protected there ist noch chance to un protect text what do i wrong?

    • Offizieller Beitrag

    Hi,

    if text is protected you cannot remove the protection anymore - unless you deactivate the "SelectedTextToo" flag in ProtectedProp.

    But you can of course use

    WP.CurrAttr.DeleteStyle([afsProtected])

    inside of

    WP.Memo.DisableProtection;

    and
    WP.Memo.EnableProtection;