bOk = MTblEnableExtMsgs( hWndTbl, bEnable )

Enables or disables the generation of the extended messages.

Parameters
hWndTbl
Window Handle: Handle of the table

bEnable
Boolean: TRUE = enable, FALSE = disable

Return
Boolean: TRUE if succesfull or FALSE if not

Example
In this example the generation of extended messages is enabled:

Call MTblEnableExtMsgs( hWndTbl, TRUE )

See also
Extended messages

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework