Purpose
Examines whether font conditions are defined for the bBrowser or for the columns.
Class
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
| lExist | A logical value that indicates whether font conditions are defined. | 
| TRUE | Conditions are defined. | 
| FALSE | No conditions are defined. | 
| Data Type: | Logic | 
Description
bBrowser:ExistFontConditions() examines whether font conditions are defined for the bBrowser or for its columns.
See Also
bDataColumn:ExistFontConditions()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_existfontconditions.htm