Re: Adding string to Memo
- From: "Heinrich Wolf" <invalid@xxxxxxxxxxxxxxx>
- Date: Sat, 29 Oct 2005 17:36:32 +0200
Hi,
Memo.SelStart gives you the position,
where you should insert your text into Memo.Text .
If Memo.SelLenght is not 0,
you might want to replace this amount of chars
by your text.
Regards
Heiner
.
- Follow-Ups:
- Re: Adding string to Memo
- From: Brian
- Re: Adding string to Memo
- References:
- Adding string to Memo
- From: Brian
- Adding string to Memo
- Prev by Date: Adding string to Memo
- Next by Date: Re: Delphi IDE Code Editor
- Previous by thread: Adding string to Memo
- Next by thread: Re: Adding string to Memo
- Index(es):
Relevant Pages
|