MTblQueryRowFlags
bAnyFlagSet = MTblQueryRowFlags( hWndTbl, nRow, nRowFlags )
Queries a row's M!Table row flags.
Parameters
hWndTbl
Window Handle: Handle of the table
nRowFlags
Number: Row whose M!Table row flags you want to test
nFlags
Number: One or more M!Table row 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 whether a row is expanded:
Set bExpanded = MTblQueryRowFlags( hWndTbl, nRow, MTBL_ROW_ISEXPANDED )
See also
MTblSetRowFlags
Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files