bAnyFlagSet = MTblQueryColumnFlags( hWndCol, nFlags )

Queries M!Table column flags.

Parameters
hWndCol
Window Handle: Handle of the column

nFlags
Number: One or more M!Table column 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_COL_FLAG_END_ELLIPSIS is set:

Set bSet = MTblQueryColumnFlags( hWndCol, MTBL_COL_FLAG_END_ELLIPSIS )

See also
MTblSetColumnFlags

Created with the Personal Edition of HelpNDoc: Free Kindle producer