Purpose
Determines for a group value the associated record group item.
Class
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
| oRecordGroupItem | The 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
Page url: http://www.YOURSERVER.com/index.html?brecordgroupitemlist_itemfromvalue.htm