Purpose
Examines whether selectable conditions are defined for the columns.
Class
Type
Method
Syntax
<oBrowser>:ExistSelectConditions([iMode]) Æ lExist
Arguments
| <iMode> | Mode to determine which selectable conditions are to be examined. The constants below are supported: | 
| Constant | Description | 
| BESC_COLUMN_ALL | It is checked whether conditions are defined for the supported columns. For this the method bDataColumn:ExistSelectConditions() is invoked for each column in the list bBrowser:ColumnList. | 
| BESC_COLUMN_OPEN | It is checked whether conditions are defined for the opened columns. For this the method bDataColumn:ExistSelectConditions() is invoked for each column in the list bBrowser:ColumnOpenList. | 
| BESC_COLUMN_VISIBLE | It is checked whether conditions are defined for the visible columns. For this the method bDataColumn:ExistSelectConditions() 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 selectable conditions are defined. | 
| TRUE | Conditions are defined. | 
| FALSE | No conditions are defined. | 
| Data Type: | Logic | 
Description
bBrowser:ExistSelectConditions() examines whether selectable conditions are defined for the columns.
See Also
bDataColumn:ExistSelectConditions()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_existselectconditions.htm