Navigation:  Classes > bBrowser >

bBrowser:DrawCellGroup()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the cell groups in the browser.

Class

bBrowser

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

lDrawA logical value that indicates whether the cell groups was drawn.
TRUEThe cell groups was drawn.
FALSEThe 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

bBrowser:Draw()

bBrowser:DrawBackground()

bBrowser:DrawCaption()

bBrowser:DrawCellGroupItem()

bBrowser:DrawData()

bBrowser:DrawFooter()

bBrowser:DrawInfo()

bBrowser:DrawRecordGroup()

bBrowser:DrawSelector()

bBrowser:DrawTitle()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_drawcellgroup.htm