Navigation:  Classes > bBrowser >

bBrowser:DrawFocus()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws a focus rectangle around a single data cell.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawFocus(

<hDC>,

<iColumn>,

<iRow>,

<iRecNo>

) Æ lDraw

Arguments

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

 

<iColumn>The column number of the cell in which the focus rectangle is to be drawn. The column number refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data type:Integer

 

<iRow>The row number of the cell in which the focus rectangle is to be drawn.
Data type:Integer

 

<iRecNo>The record number of the cell in which the focus rectangle is to be drawn.
Data type:Integer

Return Value

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

Description

bBrowser:DrawFocus() draws around a single data cell a focus rectangle.

 

In Microsoft Windows the focus rectangle indicates which the corresponding data cell has focus and all inputs refer to this cell.

See Also

bBrowser:DrawCell()

 


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