trichview.support
Re: move caret to end text |
Author |
Message |
Sergey Tkachenko |
Posted: 08/04/2004 20:16:44 var ItemNo, Offs: Integer; ItemNo := rve.ItemCount-1; Offs := rve.GetOffsAfterItem(ItemNo); rve.SetSelectionBounds(ItemNo, Offs, ItemNo, Offs); > Hi > > Can you please tell me how to move the caret from trichviewedit to the end > of the text programmatically? > > Thanks > > |
Powered by ABC Amber Outlook Express Converter