Helpful Information
 
 
Category: Delphi Programming
help a Delphi N00bie.

Hi all, Im new to these here forums, but can I be so much of annoyance as to ask this question?

Ive made a simple file editor, know I need to know how to load a single line of a text editor, say, line 5.

It also must be able to load single lines from varing text files with varying ammounts of lines. I know some delphi, and Ive looked in the delphi help files, but I aint found any answers that will help me with this one.

Thanks for any help you provide folks,

THCi.

You can access individual lines in a TMemo component, by using Memo.Lines[xxx] property, where xxx is a number.

Cool, thanks.










privacy (GDPR)