Dear Forum people,
On a TEdit Box, is there a way to trap the user in it once he clicks into it to edit it, so that the mouse can not move (or other mechanism) trapping the user there until code liberates the mouse? Code checking would be by a procedure OnEditingDone, which returns focus to the TEdit in question if conditions not met, or liberates the mouse if met.
Thanks!