home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4603 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!news.ils.nwu.edu!konopka
  3. From: konopka@ils.nwu.edu (Ray Konopka)
  4. Subject: Re: WANTED: multi-line text entry with editing featu
  5. Message-ID: <1992Jul29.183050.3612@ils.nwu.edu>
  6. Sender: usenet@ils.nwu.edu (Mr. usenet)
  7. Nntp-Posting-Host: aristotle.ils.nwu.edu
  8. Organization: The Institute for the Learning Sciences
  9. References: <31554@adm.brl.mil>
  10. Date: Wed, 29 Jul 1992 18:30:50 GMT
  11. Lines: 21
  12.  
  13. In article <31554@adm.brl.mil> usr3947a@tso.uc.edu (Kenneth Wronkiewicz) writes:
  14. >excatly what code i could use as whell.....   i figure that it would be a 
  15. >parcedure with a ReadChar or ReadLn command then a checking routene for word
  16. >wrap, command charachters, etc.
  17.  
  18. If you are using TP 6.0, take a look at the TMemo class in 
  19. TVISION\EDITORS.PAS.  It provides a Turbo Vision multiline
  20. entry field, with the same editing features that are in 
  21. the Editor class, because TMemo is derived from TEditor.
  22.  
  23. NOTE: You should pick up TP6BUGS6.ZIP from garbo.uwasa.fi
  24. and look up the bugs listed for the EDITORS.PAS file.
  25.  
  26. Hope this helps.
  27.  
  28. Later,
  29. Ray Konopka
  30. konopka@aristotle.ils.nwu.edu
  31.  
  32. Long Live Turbo Pascal!
  33.  
  34.