KCML_Signal_SetCallback

Purpose

Set the callback function to be called by KCML when a signal is raised by 'KCML_Signal_Partition

Definition

DEFSUB 'KCML_Signal_SetCallback(p AS SYM('KCML_Signal_Prototype)) AS Void

Parameters

pSYM of a function of compatible with the prototype 'KCML_Signal_Prototype

Description

This function registers a programmer defined callback function that is called whenever this signal is raised. The function will not be called while a form event is being processed but instead will wait until the current event is completed, no futher events are pending and the form is idle.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.