Navigation:  Classes > bBrowser >

bBrowser:DrawTitle()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the title in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawTitle(

<hDC>,

<srcInvalid>

) Æ lDraw

Arguments

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

Description

bBrowser:DrawTitle() draws the title. The method is called automatically by the method bBrowser:Draw().

See Also

bBrowser:Draw()

bBrowser:DrawBackground()

bBrowser:DrawCaption()

bBrowser:DrawCellGroup()

bBrowser:DrawData()

bBrowser:DrawFooter()

bBrowser:DrawInfo()

bBrowser:DrawRecordGroup()

bBrowser:DrawSelector()

bBrowser:DrawValue()

bBrowser:GetTitleAlignment()

bBrowser:GetTitleBackground()

bBrowser:GetTitleFont()

bBrowser:GetTitleForeground()

bBrowser:GetTitleGrid()

bBrowser:GetTitleOptions()

bBrowser:Title

 


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