bOk = MTblDeleteRowUserData( hWndTbl, nRow, sKey )

Deletes row user data.

Parameters
hWndTbl
Window Handle: Handle of the table

nRow
Number: Row number

sKey
String: Data key

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

Example
In this example the data with the key 'ORIG_ROW_NR' of the context row is deleted:

Call MTblDeleteRowUserData( hWndTbl, SalTblQueryContext( hWndTbl ), 'ORIG_ROW_NR' )

See also
Row User Data

Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?