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