Navigation:  Classes > bBrowser >

bBrowser:DrawFooter()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the column footer in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawFooter(

<hDC>,

<srcInvalid>

) Æ lDraw

Arguments

<hDC>The DeviceContext in which the column footers 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 column footers were drawn.
TRUEThe column footers were drawn.
FALSEThe column footers were not drawn.
Data Type:Logic

Description

bBrowser:DrawFooter() draws the column footers for visible columns. The method is called automatically by the method bBrowser:Draw().

See Also

bBrowser:Draw()

bBrowser:DrawBackground()

bBrowser:DrawCaption()

bBrowser:DrawCellGroup()

bBrowser:DrawData()

bBrowser:DrawInfo()

bBrowser:DrawRecordGroup()

bBrowser:DrawSelector()

bBrowser:DrawTitle()

 


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