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>,

<nRowNo>,

<nRecNo>,

<lClear>,

<lSelected>,

<lFocus>

) Æ lDraw

Arguments

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

 

<nRowNo>The number of the row that is to be drawn.
Data Type:Integer | Float | Real8

 

<nRecNo>The number of the record that is to be drawn.
Data Type:Integer | Float | Real8

 

<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 grid, the background and the values of an entire data row. The data row can be drawn both in selected mode and with focus rectangle.

See Also

bBrowser:DrawCell()

bBrowser:DrawSelectorState()

bBrowser:DrawTitle()

bBrowser:DrawValue()

 


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