Hello,
I am using following to allow user to Add Memo annotation to ImageEnVect.
ImageEnVect1.MouseInteractVt:=[miPutMemo];
Now I want to detect as to which Enter the user has pressed while editing text.
What I want to do is if the user pressed the Num Pad Enter key ImageEnVect should exit from Memo Editing mode and switch to selection mode.
TIA
Yogi Yang