
Gets or sets a value in which way text flows around an image, text frame or OLE object. The ObjectCurrent property determines the object.
TXTextControl.ObjectTextflow [= value]
| Parameter | Description | |
| 0 | Get only: The object is inserted 'as character'. To change the object's mode how it is inserted in the text, the ObjectInsertionMode property must be used. | |
| 2 | The text stops at the top and continues at the bottom of the object. | |
| 3 | The text flows around the object and empty areas at the left and right side are filled. |
Integer.
Run time only.