Navigation:  Classes > bBrowser >

bBrowser:RecordGroupItemOpen()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for opening a record group item.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:RecordGroupItemOpen(<uRecNo>) Æ lSuccess

Arguments

<uRecNo>The record number of the record group item that was opened.
Data Type:Usual

Return Value

lSuccessA logical value that indicates whether the method was processed correctly.
Data Type:Logic

Description

bBrowser:RecordGroupItemOpen() is a callback method that is called by the bBrowser whenever a record group item was opened. The method checks whether a method with the same name is defined in the owner of the bBrowser and calls this with an object of class bRecordGroupEvent as the argument.

 

Remarks
A record group item can be opened or closed with the method bBrowser:RecordGroupItemChangeState().

See Also

bBrowser:RecordGroupItemChangeState()

bBrowser:RecordGroupItemClose()

bRecordGroupEvent

bRecordGroupItem

 


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