bAnyFlagSet = MTblQueryFlags( hWndTbl, nFlags )

Queries M!Table table flags.

Parameters
hWndTbl
Window Handle: Handle of the table

nFlags
Number: One or more M!Table table 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 if the flag MTBL_FLAG_CLIP_FOCUS_AREA is set:

Set bAnyFlagSet = MTblQueryFlags( hWndTbl, MTBL_FLAG_CLIP_FOCUS_AREA )

See also
MTblSetFlags

Created with the Personal Edition of HelpNDoc: Full-featured EPub generator