[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 825

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

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads