Navigation:  Classes > bDataColumn >

bDataColumn:GetSelectSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bDataColumn

Type

Method

Syntax

<oDataColumn>:GetSelectSpec() Æ uSelectable

Return Value

uSelectableThe determined selectable state. The following values can be returned:
TRUEThe column value is selectable.
FALSEThe column value is not selectable.
NILNo condition exist.
Data type:Logic

Description

bDataColumn:GetSelectSpec() evaluates all defined select conditions on the current record. All available conditions are assessed in turn until one results in the value TRUE, else FALSE is returned. If no conditions exist, the value NIL is returned.

See Also

bBrowser:IsCellSelectable()

bDataColumn:SelectCondition

bDataColumn:Selectable

 


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