Applies to
Declaration
property ColumnWrap: Integer;
Description
This property controls the word wrapping at a fixed column feature. If set greater than zero, words from a paragraph will wrap at a boundary given by a number of characters instead of wrapping at the right margin (which is relative to the right edge of the control). If set to a negative value, paragraphs will wrap at the pixel position given by -ColumnWrap, relative to the left margin.
This property does not have any effect if WordWrap is False. Its default value is zero, meaning that wrapping occurs at the right margin.