bOk = MTblGetRowFlagImage( hWndTbl, nRowFlag, nrImage )

Gets a row flag's image.

Parameters
hWndTbl
Window Handle: Handle of the table.

nRowFlag
Number: Row flag whose image you want to get.

nrImage
Receive Number: Image handle.

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

Example
In this example the image for the ROW_New flag is retrieved:

Call MTblGetRowFlagImage( hWndTbl, ROW_New, nImage )

See also
Custom Images

Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator