Re: Adding string to Memo



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


.



Relevant Pages