MTblQueryColumnHdrFlags
bAnyFlagSet = MTblQueryColumnHdrFlags( hWndCol, nFlags )
Queries M!Table column header flags.
Parameters
hWndCol
Window Handle: Handle of the column
nFlags
Number: One or more M!Table column header 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_COLHDR_FLAG_TXTALIGN_LEFT is set:
Set bSet = MTblQueryColumnHdrFlags( hWndCol, MTBL_COLHDR_FLAG_TXTALIGN_LEFT )
See also
MTblSetColumnHdrFlags
Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files