MTblSetFlags
bOk = MTblSetFlags( hWndTbl, nFlags, bSet )
Sets or clears M!Table table flags.
Parameters
hWndTbl
Window Handle: Handle of the table
nFlags
Number: One or more M!Table table 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_FLAG_CLIP_FOCUS_AREA is set:
Call MTblSetFlags( hWndTbl, MTBL_FLAG_CLIP_FOCUS_AREA, TRUE )
Let's have a look at the difference:
With |
Without |
|
|
See also
MTblQueryFlags
Created with the Personal Edition of HelpNDoc: Free help authoring environment