Contents
- Index
- Previous
- Next
WordWrap property
Applies to
TProfGrid component
Declaration
property WordWrap: Boolean;
Description
Specifies whether the text in grid cells wraps when it is too long for the width of the column.
Set WordWrap to True to allow the grid to display multiple lines of text. When WordWrap is True, text that is too wide for the column wraps at the right margin and continues in additional lines.
Set WordWrap to False to have the grid show a separate line only where return characters (#13#10) were explicitly entered into the text. When WordWrap is False, text that is too wide for the column appears truncated and ends with ellipses.