Navigation:  Classes > bBrowser >

bBrowser:DrawInfo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the current info value in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawInfo(

<hDC>,

<srcInvalid>

) Æ lDraw

Arguments

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

Description

bBrowser:DrawInfo() draws the current info value. As default the info value is drawn only in the data area in which opened columns are visible. With the method bBrowser:PropertyPut() and the property #InfoInEntireArea this setting can be changed in such a way that the info value in the entire data area is drawn.

 

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

bBrowser:DrawSelector()

bBrowser:DrawTitle()

bBrowser:DrawValue()

bBrowser:GetInfoAlignment()

bBrowser:GetInfoBackground()

bBrowser:GetInfoFont()

bBrowser:GetInfoForeground()

bBrowser:GetInfoGrid()

bBrowser:GetInfoRect()

bBrowser:PropertyPut()

bBrowser:SetInfo()

 


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