[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Lines : an array of strings (single lines of characters) which contains the text held or being entered in the Memo
Source position: stdctrls.pp line 827
public property TCustomMemo.Lines: TStrings |
Lines : an array of strings (representing single lines of characters) which contains the textual material held or being entered in the Memo. The array is zero-indexed, ie the strings are numbered [0..numLines-1]
lazarus-ccr.sourceforge.net |