[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomMemo.WordWrap

Allows long logical lines (paragraphs) to wrap into multiple display lines.

Declaration

Source position: stdctrls.pp line 837

public property TCustomMemo.WordWrap : Boolean
  read FWordWrap
  write SetWordWrap
  default True;

Description

When False, long lines are truncated at the right margin of the control, unless the text can be scrolled horizontally.