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

<nRowNo>,

<nRecNo>,

<lMarked>

) Æ lDraw

Arguments

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

 

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

 

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

 

<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