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

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