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

TCustomMemo.Lines

An array with one string for every line (paragraph) in the control. Whilst it type is TStrings you cannot store Objects inside it.

Declaration

Source position: stdctrls.pp line 889

public property TCustomMemo.Lines : TStrings
  read FLines
  write SetLines;

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