Navigation:  Classes > bBrowser >

bBrowser:DrawSelectorState()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the state of a single cell inside the selector column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawSelectorState(

<hDC>,

<iRow>,

<iRecNo>,

<lMarked>

) Æ lDraw

Arguments

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

 

<iRow>The row number of the selector cell whose state is to be drawn.
Data type:Integer

 

<iRecNo>The record number of the selector cell whose state is to be drawn.
Data type:Integer

 

<lMarked>A logical value that indicates whether the selector cell is to be drawn in the marked mode.
Data type:Logic

Return Value

lDrawA logical value that indicates whether the state of the selector cell was drawn.
TRUEThe state was drawn.
FALSEThe state was not drawn.
Data type:Logic

Description

bBrowser:DrawSelectorState() draws the state of a selector cell. A selector cell can assume the following two states:

marked and
not marked

 

The selector cell (border) is not drawn by this method. For this the method bBrowser:DrawSelector() must be called.

See Also

bBrowser:DrawSelector()

 


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