Function GetDoSetkey() Foundation
Executes a code block during input to a Get object.
GetDoSetkey( <bKeyBlock>, <oGet> ) --> NIL
The return value of GetDoSetkey() is always NIL.
The function GetDoSetkey() implements a Get service routine that executes a code block during data input. Four arguments are passed to the code block:
The first and second arguments are the name of the module (->ProcName()) and the program line (->ProcLine()) in which the last call to ReadModal() took place. The third argument is the name of the Get variable and the fourth argument is the Get object.
Explicitly calling the function GetDoSetkey() is normally not required when working with Get objects. It is automatically called by GetApplyKey() and saves the system variables of the Get system before the code block is executed.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.