TTMSFNCMemoWordWrapType Enumeration
API unit family: TMSFNCMemo
Members
| Name | Description |
|---|---|
wwtOn |
Lines wrap at the viewport width. |
wwtOff |
Lines do not wrap; horizontal scrolling is required to view long lines. |
wwtWordWrapColumn |
Lines wrap at the column specified by WordWrapColumn. |
wwtBounded |
Lines wrap at the minimum of the viewport width and WordWrapColumn. |