• Offizieller Beitrag

    Wrap arround is not possible, but you can change the WordWrapMode for objects which are connected to a paragraph to allow left or right wrapping.

    WPRichText1.TextObjects.ChangePositionMode( CurrentPTextObj, wpotPar, wpwrAutomatic);

    is an object reference, for example the one provided to the TextObject events.

    If you insert a new object you can se the properties
    WPRichText1.TextObjects.DefaultPositionMode
    WPRichText1.TextObjects.DefaultWrapMode