MTblDefineCellMode
bOk = MTblDefineCellMode( hWndTbl, bActive, nFlags )
Defines the cell mode.
Parameters
hWndTbl
Window Handle: Handle of the table
bActive
Boolean: TRUE = active, FALSE = not active
nFlags
Number: Any combination of cell mode flags
Return
Boolean: TRUE if successful or FALSE if an error occured
Example
In this example the cell mode is activated without any flags:
Call MTblDefineCellMode( hWndTbl,TRUE, 0 )
See also
MTblQueryCellMode
Cell mode
Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications