Re: Adding string to Memo
- From: "Brian" <not@xxxxxxxxx>
- Date: Sat, 29 Oct 2005 15:49:09 GMT
> 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
Thanks for such a quick response, little confused
if SelStart gives me the position, how do I then say
add the 'string' at the position?
Brian
.
- Follow-Ups:
- Re: Adding string to Memo
- From: Rob Kennedy
- Re: Adding string to Memo
- From: Henry Bartlett
- Re: Adding string to Memo
- From: Jamie
- Re: Adding string to Memo
- References:
- Adding string to Memo
- From: Brian
- Re: Adding string to Memo
- From: Heinrich Wolf
- Adding string to Memo
- Prev by Date: Re: Delphi IDE Code Editor
- Next by Date: Re: Floating point size
- Previous by thread: Re: Adding string to Memo
- Next by thread: Re: Adding string to Memo
- Index(es):
Relevant Pages
|