Applies to
Declaration
property ParagraphsWrapable[i: Integer]: Boolean;
Description
This array property permits setting the wrapable attribute for individual paragraphs from your application. The index corresponds to the paragraph number.
Setting ParagraphsWrapable to False for a given paragraph will prevent word wrapping to be applied for it. The default value after loading some text is True for all paragraphs. It is typically set to False by a parsing routine after loading to achieve special effects for certain paragraphs. Property Paragraphs can be used for this parsing task.
Property ParagraphsWrapable is available at runtime only, with read and write access.
Note
Property WordWrap must be True for any paragraph to be wrapped at the right margin or at the position indicated by ColumnWrap. If WordWrap is False, no paragraph will get word wrapping even if they have ParagraphWrapable attribute set to True.
See Also
ParagraphsForeground, ParagraphsBackground properties
Lines and Paragraphs properties
ParagraphCount property