nCount = MTblEnumRowUserData( hWndTbl, nRow, saKeys[*], saValues[*])

Enumerates all row user data.

Parameters
hWndTbl
Window Handle: Handle of the table

nRow
Number: Row whose user data you want to enum

saKeys[*]
Array of String: Contains the row user data keys when the function returns successfully

saValues[*]
Array of String: Contains the row user data values when the function returns successfully

Return
Number: Number of data entries or negative if an error occurs

Example
In this example the data of the context row is enumerated:

Set nCount = MTblEnumRowUserData( hWndTbl, SalTblQueryContext( hWndTbl ), saKeys, saValues )

See also
Row User Data

Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents