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

TCustomMemo.WordWrap

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

Declaration

Source position: stdctrls.pp line 945

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

Description

When False, the display for long lines is truncated at the right margin for the control. It can be made visible when the text can be scrolled horizontally.

See also

TCustomMemo.ScrollBars

  

Defines the vertical and/or horizontal scrollbars used in the control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.