trichview.com

trichview.support




Re: absolute cursor position in tables


Return to index


Author

Message

Marc

Posted: 01/28/2005 1:35:28


I had same question some time back, you need to add RVLinear to your project.


Uses RVLinear;


{get absolute caret pos}

iCaretPos:=RVGetLinearCaretPos(rve); {integer}


{set absolute caret pos}

RVSetLinearCaretPos(rve,iCaretPos);







Powered by ABC Amber Outlook Express Converter