Navigation:  Classes > bBrowser >

bBrowser:ExistSelectConditions()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines whether selectable conditions are defined for the columns.

Class

bBrowser

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

lExistA logical value that indicates whether selectable conditions are defined.
TRUEConditions are defined.
FALSENo conditions are defined.
Data type:Logic

Description

bBrowser:ExistSelectConditions() examines whether selectable conditions are defined for the columns.

See Also

bBrowser:ColumnList

bBrowser:ColumnOpenList

bBrowser:FirstVisibleColumn

bBrowser:LastVisibleColumn

bDataColumn:ExistSelectConditions()

 


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