Navigation:  Classes > bBrowser >

bBrowser:GetEditSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determined the editable state of the column values on the current record.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetEditSpec() Æ uEditable

Return Value

uEditableThe determined editable state. The following values can be returned:
TRUEThe record is editable.
FALSEThe record is not editable.
NILNo condition returns TRUE as result.
Data type:Logic

Description

bBrowser:GetEditSpec() evaluates all defined edit conditions on the current record. The value TRUE is returned from the first condition to return TRUE else the value FALSE is returned. If there are no conditions set, the value NIL is returned.

See Also

bBrowser:Editable

bBrowser:EditCondition

bBrowser:IsCellEditable()

bDataColumn:GetEditSpec()

 


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