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

TCustomMemo.WordWrap

Is WordWrap enabled, allowing long words to be carried on to the next line?

Declaration

Source position: stdctrls.pp line 833

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

Description

Word Wrap: a logical flag to show whether or not word-wrap is enabled, ie if a word is close to the end of a line and is going to be too long for the line, it is wrapped down to the next line

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