Página 1 de 1
Positioning cursor in TRichEdit
Publicado: Jue Dic 23, 2010 12:07 pm
por Maarten Roos
Forget it... found it already!
Positioning cursor in TRichEdit
Publicado: Jue Dic 23, 2010 6:36 pm
por Pedro Gil
Maarten,
You can use the method: SetPos( nPos )
SetPos( 0 ) -> top
SetPos( -1 ) -> bottom
Regards,
"Maarten Roos" escribió en el mensaje de
noticias:4d132d73$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
I am playing with the replaceall and I want to do some
replaceall commands in a row, so I need to reposition the
cursor to the top after each replaceall. Cannot find the
command to do so? Can I replicate a Ctrl+Home command?