Navigation:  Classes > bDataColumn >

bDataColumn:GridCondition

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bDataColumn

Type

Access

Data Type

bGridConditionList

Description

With the list of grid conditions column values can be drawn in different grids. A column can contain several  grid conditions. The list of grid conditions is an object of the class bGridConditionList. New grid conditions can be added by bDataColumn:GridCondition:Add(). Whether grid conditions are defined can be checked with the method bDataColumn:ExistGridConditions().

 

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

 

So that changes that were made in the list of grid conditions can be 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:GridCondition

bBrowser:Grid

bBrowser:IsColumnVisible()

bBrowser:Refresh()

bBrowserColumn:DataView

bDataColumn:ExistGridConditions()

 


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