Navigation:  Classes > bBrowser >

bBrowser:DrawData()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the values of the data columns in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawData(

<hDC>,

<srcInvalid>

) Æ lDraw

Arguments

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

 

<srcInvalid>The rectangle structure that defines the area which must be drawn.

The structure must be specified by reference.

Data type:_winRect

Return Value

lDrawA logical value that indicates whether the values of the data columns were drawn.
TRUEThe values was drawn.
FALSEThe values was not drawn.
Data type:Logic

Description

bBrowser:DrawData() draws the values of the visible columns. The method is called automatically by the method bBrowser:Draw().

 

The grid is not drawn by this method but by the method bBrowser:DrawGrid().

See Also

bBrowser:Draw()

bBrowser:DrawBackground()

bBrowser:DrawCaption()

bBrowser:DrawFooter()

bBrowser:DrawGrid()

bBrowser:DrawInfo()

bBrowser:DrawSelector()

bBrowser:DrawTitle()

bBrowser:DrawValue()

 


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