Navigation:  Classes > bBrowser >

bBrowser:ExistEditConditions()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bBrowser

Type

Method

Syntax

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

Arguments

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

 

Constant

Description

BEEC_OWN

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

BEEC_COLUMN_ALL

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

BEEC_COLUMN_OPEN

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

BEEC_COLUMN_VISIBLE

It is checked whether conditions are defined for the visible columns. For this the method bDataColumn:ExistEditConditions() 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 editable conditions are defined.
TRUEConditions are defined.
FALSENo conditions are defined.
Data Type:Logic

Description

bBrowser:ExistEditConditions() examines whether editable conditions are defined for the bBrowser or for its columns.

See Also

bBrowser:ColumnList

bBrowser:ColumnOpenList

bBrowser:EditCondition

bBrowser:FirstVisibleColumn

bBrowser:LastVisibleColumn

bDataColumn:ExistEditConditions()

 


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