Navigation:  Classes > bBrowser >

bBrowser:DrawRecordGroup()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the record group column in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawRecordGroup(

<hDC>,

<srcInvalid>

) Æ lDraw

Arguments

<hDC>The DeviceContext in which the record group column 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 record group column was drawn.
TRUEThe record group column was drawn.
FALSEThe record group column was not drawn.
Data Type:Logic

Description

bBrowser:DrawRecordGroup() draws the record group column. The record group column contains the buttons to expand and collapse the record groups, the group leash and the info values. The method is called automatically by the method bBrowser:Draw().

 

RecordGroupsInBrowser

bBrowser with record group column

 

RecordGroupInfo

bBrowser with record group column and info values

See Also

bBrowser:Draw()

bBrowser:DrawBackground()

bBrowser:DrawCaption()

bBrowser:DrawCellGroup()

bBrowser:DrawData()

bBrowser:DrawFooter()

bBrowser:DrawInfo()

bBrowser:DrawSelector()

bBrowser:DrawTitle()

 


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