|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
You can access individual lines in a TMemo component, by using Memo.Lines[xxx] property, where xxx is a number.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month Looking for a perl job with kick-*** programmers in a well-known NASDAQ listed tech company with branches in the US and Europe? We're hiring. PM me for details. Requirements |
|
#3
|
|||
|
|||
|
Cool, thanks.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Delphi Programming > help a Delphi N00bie. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|