bAnyFlagSet = MTblQueryRowFlagImageFlags( hWndTbl, nRowFlag, nFlags )

Queries the flags of a row flag image.

Parameters
hWndTbl
Window Handle: Handle of the table

nRowFlag
Number: Row flag whose image flags you want to test

nFlags
Number: The image flags to test for

Return
Boolean: TRUE if any of the specified flags are set or FALSE if none of the specified flags are set

Example
In this example is determined whether the ROW_Edited image has the flag MTSI_NOSELINV:

Set bIs = MTblQueryRowFlagImageFlags( hWndTbl, ROW_Edited, MTSI_ALIGN_HCENTER )

See also
Custom Images

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool