bOk = MTblSetColumnFlags( hWndCol, nFlags, bSet )

Sets or clears M!Table column flags.

Parameters
hWndCol
Window Handle: Handle of the column

nFlags
Number: One or more M!Table column flags to set or clear

bSet
Boolean: Whether to set (TRUE) or clear (FALSE) the specified flags

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

Example
In this example the flag MTBL_COL_FLAG_END_ELLIPSIS is set:

Call MTblSetColumnFlags( hWndCol, MTBL_COL_FLAG_END_ELLIPSIS, TRUE )

See also
MTblQueryColumnFlags

Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents