Navigation:  Classes > bDataColumn >

bDataColumn:GetEditSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the editable state of the column value in the current record.

Class

bDataColumn

Type

Method

Syntax

<oDataColumn>:GetEditSpec() Æ uEditable

Return Value

uEditableThe determined editable state. The following values can be returned:
TRUEThe column value is editable.
FALSEThe column value is not editable.
NILNo conditions exist.
Data type:Logic

Description

bDataColumn:GetEditSpec() evaluates all defined edit conditions on the current record. Each condition is assessed until one returns TRUE else FALSE is returned. If there are no edit conditions, NIL is returned.

See Also

bBrowser:GetEditSpec()

bBrowser:IsCellEditable()

bDataColumn:EditCondition

bDataColumn:Editable

 


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