diff --git a/docs/xml/lazutils/lazutf8.xml b/docs/xml/lazutils/lazutf8.xml index bd889ca2c3..3ceb910c4e 100644 --- a/docs/xml/lazutils/lazutf8.xml +++ b/docs/xml/lazutils/lazutf8.xml @@ -2044,6 +2044,7 @@ Gets the right-most position in the source string for the substring value. String with values examined in the routine. + Creates a word wrapped version of the specified string. @@ -2060,12 +2061,19 @@ variant without a BreakChars argument. They include: ' ' (Space), '-' (Dash), and #9 (Tab). BreakStr contains the end-of-line sequence used to represent a line break inserted into the return value.

+Use Indent to specify the indentation inserted at the beginning of +each line in the word-wrapped values.

No actions are performed in the function when S is an empty string (''), MaxCol is set to 0 (zero), or BreakChars is an empty set.

- + +Modified in LCL 4.0 to include the overload with an indentation argument. + + +BreakString +
Word-wrapped version of the specified text. @@ -2082,6 +2090,12 @@ MaxCol is set to 0 (zero), or BreakChars is an empty set. Maximum line width in number of UTF-8 characters. + + +Number of Space (#32) characters used to indent the individual lines of +word-wrapped text. + +