bOk = MTblSetTipDelay( hWndParam, nParam, nType, nDelay )

Sets a tooltip's delay.

Parameters
hWndParam
Window Handle: Depends on nType. See Tooltip types and function parameters for further details.

nParam
Number: Depends on nType. See Tooltip types and function parameters for further details.

nType
Number:The tooltip type. See Tooltip types and function parameters for further details.

nDelay
Number: The delay in milliseconds or NUMBER_Null to leave the delay undefined.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example
In this example we set a cell's tooltip delay to 1 second:

Call MTblSetTipDelay( hWndCol, nRow, MTBL_TIP_CELL, 1000 )

Remarks
You can't set the default delay to undefined.

See also
Tooltips

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