KCML_Priority_SetCallback
Purpose
Set the callback function to be called by KCML to discover the priority level of a control
Definition
DEFSUB 'KCML_Priority_SetCallback(p AS SYM('KCML_Priority_Prototype)) AS Void
Parameters
| p | SYM of a function of compatible with the prototype 'KCML_Priority_Prototype |
Description
This function registers a programmer defined callback function that is called whenever the forms system needs to determine the priority level of a module. The callback function takes a single value indicating the module and should return the priority level to be used.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.