Navigation:  Classes > bRecordGroupItemList >

bRecordGroupItemList:ItemFromValue()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines for a group value the associated record group item.

Class

bRecordGroupItemList

Type

Method

Syntax

<oRecordGroupItemList>:ItemFromValue(

<uValue>,

<iOptions>

) Æ oRecordGroupItem

Arguments

<uValue>The group value for that the record group item is to be determined.
Data Type:Usual

 

<iOptions>The options to be used when searching. The following options are supported:

 

Option

Description

BRGILIFVO_NONE

Only the record group items in the list are considered. If a record group item has sub record group items (see bRecordGroupItem:ItemList) then these are not considered.

BRGILIFVO_SUBSEARCH

There will be considered both the record group items in the list and there sub record group items (see bRecordGroupItem:ItemList).

 

Data Type:        DWord

Return Value

oRecordGroupItemThe record group item for the group value. If no record group item was found then a NULL_OBJECT is returned.
Data Type:bRecordGroupItem

Description

bRecordGroupItemList:ItemFromValue() determines the associated record group item for a group value.

See Also

bRecordGroupItem

bRecordGroupItem:ItemList

bRecordGroupItem:Value

 


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