Dear Forum people,
I would very much appreciate your most valued help on sharing insight and experience on this issue that now crosses my head:
1. On a TEdit component, there is the event OnEditDone. Some external event must of course establish that the Editing is done.
2. Pressing the Enter key is one such event. Hence pressing the Enter key establishes that OnEditDone fire its procedure.
3. Now, suppose we have Kpreview ON, and OnKeyPressed is firing a procedure that states that if the Enter key is pressed, a Procedure K is to run.
The question is WHICH procedure would fire first, the procedure fired by OnEditingDone, or the Procedure K?
This question does relate to the manipulation and use of variables set by either or both of the above procedures.
As usual, your kind help is already being thanked-for.