bOk = MTblGetTipText( hWndParam, nParam, nType, srText )

Gets a tooltip's text.

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.

srText
Receive String: The tip text.

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

Example
In this example we get the tip of the entire cell:

Call MTblGetTipText( hWndCol, nRow, MTBL_TIP_CELL, sTip )

See also
Tooltips

Created with the Personal Edition of HelpNDoc: Qt Help documentation made easy