Navigation:  Classes > bBrowser >

bBrowser:DrawRow()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws an entire data row.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawRow(

<hDC>,

<iRow>,

<iRecNo>,

<lClear>,

<lSelected>,

<lFocus>

) Æ lDraw

Arguments

<hDC>The DeviceContext in which the data row must be drawn.
Data type:Pointer

 

<iRow>The number of the row that is to be drawn.
Data type:Integer

 

<iRecNo>The number of the record that is to be drawn.
Data type:Integer

 

<lClear>A logical value that indicates whether the background of the row is to be drawn.
Data type:Logic

 

<lSelected>A logical value that indicates whether the row is to be drawn in the selected mode.
Data type:Logic

 

<lFocus>A logical value that indicates whether the current cell inside the row is to be drawn with a focus rectangle.
Data type:Logic

Return Value

lDrawA logical value that indicates whether the data row was drawn.
TRUEThe data row was drawn.
FALSEThe data row was not drawn.
Data type:Logic

Description

bBrowser:DrawRow() draws the background and the values of an entire data row. The data row can be drawn both in selected mode and with focus rectangle. The grid of each data cell is not drawn by this method. For this the method bBrowser:DrawGrid() must be called.

See Also

bBrowser:DrawCell()

bBrowser:DrawSelectorState()

bBrowser:DrawTitle()

bBrowser:DrawValue()

 


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