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:DrawRecordGroup()

bBrowser:DrawSelector()

bBrowser:DrawCaption()

bBrowser:DrawData() or bBrowser:DrawInfo()

bBrowser:DrawFooter()

bBrowser:DrawCellGroup and

bBrowser:DrawFocus()

See Also

bBrowser:DrawBackground()

bBrowser:DrawCaption()

bBrowser:DrawCellGroup()

bBrowser:DrawData()

bBrowser:DrawFocus()

bBrowser:DrawFooter()

bBrowser:DrawInfo()

bBrowser:DrawRecordGroup()

bBrowser:DrawSelector()

bBrowser:DrawTitle()

 


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