Navigation:  Classes > bBrowser >

bBrowser:Draw()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the invalid area of the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:Draw(<oEvent>) Æ lDraw

Arguments

<oEvent>The event that contains information about it, into which DeviceContext and which area must be drawn.
Data type:Event

Return Value

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

Description

bBrowser:Draw() determines the area in the browser that must be drawn. For this area the following methods are called aftterwards, with which the single sub areas are drawn:

bBrowser:DrawBackground()
bBrowser:DrawTitle()
bBrowser:DrawSelector()
bBrowser:DrawCaption()
bBrowser:DrawGrid()
bBrowser:DrawData()
bBrowser:DrawInfo()

See Also

bBrowser:DrawBackground()

bBrowser:DrawCaption()

bBrowser:DrawData()

bBrowser:DrawFooter()

bBrowser:DrawGrid()

bBrowser:DrawInfo()

bBrowser:DrawSelector()

bBrowser:DrawTitle()

 


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