MTblQueryButtonColumn
bOk = MTblQueryButtonColumn( hWndCol, brShow, nrWidth, srText, nrImage, nrFlags )
Deprecated, please use MTblQueryItemButton instead.
Queries a column's button definition.
Parameters
hWndCol
Window Handle: Handle of the column.
brShow
Receive Boolean: TRUE = button is visible, FALSE = button is hidden
nrWidth
Receive Number: Width of the button in pixels. If -1, the witdh of the button is adapted to the button text.
srText
Receive String: Button text.
nrImage
Receive Number: Handle of the image.
nrFlags
Receive Number: The button's flags.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example the button definition of the first column is queried:
Call MTblQueryButtonColumn( SalTblGetColumnWindow( hWndTbl, 1, COL_GetPos ), bShow, nWidth, sText, nImage, nFlags )
See also
Buttons
Created with the Personal Edition of HelpNDoc: Make Documentation a Breeze with a Help Authoring Tool