bOk = MTblSetRowFlags( hWndTbl, nRow, nRowFlags, bSet, nOptionFlags)

Sets or clears a row's M!Table row flags.

Parameters
hWndTbl
Window Handle: Handle of the table

nRow
Number: Row whose M!Table row flags you want to set or clear

nRowFlags
Number: One or more M!Table row flags to set or clear

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

nOptionFlags
Number: Optional flags:

MTSRF_REDRAW

Redraws the table

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

Example
In this example the MTBL_ROW_CANEXPAND flag of a row is set and the table is redrawn:

Call MTblSetRowFlags( hWndTbl, nRow, MTBL_ROW_CANEXPAND, TRUE, MTSRF_REDRAW )

See also
MTblQueryRowFlags

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