MTblGetRowUserData
sValue = MTblGetRowUserData( hWndTbl, nRow, sKey )
Gets row user data.
Parameters
hWndTbl
Window Handle: Handle of the table
nRow
Number: Row number
sKey
String: Data key
Return
String: Data value
Example
In this example the value of the data 'ORIG_ROW_NR' of the context row is determined:
Set sValue = MTblGetRowUserData( hWndTbl, SalTblQueryContext( hWndTbl ), 'ORIG_ROW_NR' )
See also
Row User Data
Created with the Personal Edition of HelpNDoc: Produce Kindle eBooks easily