Link to home
Start Free TrialLog in
Avatar of abarilla
abarilla

asked on

Scrolling a CLX TMemo

I need to scroll a TMemo to the current caret position.  I know how to do this in Windows but how would I do it in Kylix?

Windows code:
SendMessage(LogMemo.Handle, EM_SCROLLCARET, 0, 0);

ASKER CERTIFIED SOLUTION
Avatar of ms99
ms99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial