Purpose
Draws the cell groups in the browser.
Class
Type
Method
Syntax
<oBrowser>:DrawCellGroup(
<hDC>,
<srcInvalid>
) Æ lDraw
Arguments
| <hDC> | The DeviceContext in which the cell groups must be drawn. | 
| Data Type: | Pointer | 
| <srcInvalid> | The rectangle structure that defines the area which must be drawn. | 
The structure must be specified by reference.
| Data Type: | _winRect | 
Return Value
| lDraw | A logical value that indicates whether the cell groups was drawn. | 
| TRUE | The cell groups was drawn. | 
| FALSE | The cell groups was not drawn. | 
| Data Type: | Logic | 
Description
bBrowser:DrawCellGroup() draws all cell groups within the visible columns. The method is called automatically by the method bBrowser:Draw().
For every visible cell group the method bBrowser:DrawCellGroupItem() is internally called. In this method a single cell group is drawn.
See Also
Page url: http://www.YOURSERVER.com/index.html?bbrowser_drawcellgroup.htm