Navigation:  Classes > bDataColumn >

bDataColumn:FontCondition

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

List of font conditions that are to be considered when drawing column values.

Class

bDataColumn

Type

Access

Data Type

bFontConditionList

Description

With the list of font conditions column values can be drawn in different fonts. A column can contain several font conditions. The list of font conditions is an object of the class bFontConditionList. New font conditions can be added by bDataColumn:FontCondition:Add(). Whether font conditions are defined can be checked with the method bDataColumn:ExistFontConditions().

 

All values where no font conditions exist are drawn with the font of the bBrowserColumn:DataView object.

 

So that changes that were made in the list of font conditions canbe immediately shown in the bBrowser, all values of the column must be re-read by the method bBrowser:Refresh(). This is only necessary if the column is inside the visible area of the browser.

See Also

bBrowser:FontCondition

bBrowser:GetDefaultFont()

bBrowser:IsColumnVisible()

bBrowser:Refresh()

bBrowserColumn:DataView

bDataColumn:ExistFontConditions()

 


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