MTblQueryHyperlinkCell
bOk = MTblQueryHyperlinkCell( hWndCol, nRow, bEnable, nFlags )
Retrieves a cells hyperlink definition.
Parameters
hWndCol
Window Handle: Handle of the column.
nRow
Number: Number of the row
bEnable
Receive Boolean: TRUE = hyperlink enabled, FALSE = hyperlink disabled
nFlags
Receive Number: Currently unused. Reserved for future versions.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example a cells hyperlink definition is queried:
Call MTblQueryHyperlinkCell( hWndCol, nRow, bEnabled, nFlags )
See also
Hyperlinks
Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework