Navigation:  Classes > bBrowser >

bBrowser:DrawCellGroupItem()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws a cell group with all children in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawCellGroupItem(

<hDC>,

<srcInvalid>,

<oCellGroupItem>,

<oDrawOffset>,

<iOptions>

) Æ lDraw

Arguments

<hDC>The DeviceContext in which the cell group 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

 

<oCellGroupItem>The cell group which must be drawn.
Data Type:bCellGroupItem

 

<oDrawOffset>The position of the cell group is moved by the offset when it is drawing. The argument is only used internally. Otherwise it should be passed the value NULL_OBJECT.
Data Type:Point

 

<iOptions>Options for drawing the cell group. The argument is only used internally. Otherwise it should be passed the value 0.
Data Type:DWord

Return Value

lDrawA logical value that indicates whether the cell group was drawn.
TRUEThe cell group was drawn.
FALSEThe cell group was not drawn.
Data Type:Logic

Description

bBrowser:DrawCellGroupItem() draws the passed cell group and all subordinate child cell groups within the visible columns. For every child cell group the method is called recursively.

See Also

bBrowser:DrawCellGroup()

bCellGroupItem

 


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