Navigation:  Classes > bBrowser >

bBrowser:ExistFontConditions()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines whether font conditions are defined for the bBrowser or for the columns.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:ExistFontConditions([iMode]) Æ lExist

Arguments

<iMode>Mode to determine which font conditions are to be examined. The constants below are supported:

 

Constant

Description

BEFC_OWN

It is checked whether conditions are defined for the bBrowser. For this the access bBrowser:FontCondition is checked.

BEFC_COLUMN_ALL

It is checked whether conditions are defined for the supported columns. For this the method bDataColumn:ExistFontConditions() is invoked for each column in the list bBrowser:ColumnList.

BEFC_COLUMN_OPEN

It is checked whether conditions are defined for the opened columns. For this the method bDataColumn:ExistFontConditions() is invoked for each column in the list bBrowser:ColumnOpenList.

BEFC_COLUMN_VISIBLE

It is checked whether conditions are defined for the visible columns. For this the method bDataColumn:ExistFontConditions() is invoked for each column in the area of bBrowser:FirstVisibleColumn and bBrowser:LastVisibleColumn.

 

The constants can be combined.

Data Type:DWord

Return Value

lExistA logical value that indicates whether font conditions are defined.
TRUEConditions are defined.
FALSENo conditions are defined.
Data Type:Logic

Description

bBrowser:ExistFontConditions() examines whether font conditions are defined for the bBrowser or for its columns.

See Also

bBrowser:ColumnList

bBrowser:ColumnOpenList

bBrowser:FirstVisibleColumn

bBrowser:FontCondition

bBrowser:LastVisibleColumn

bDataColumn:ExistFontConditions()

 


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