Navigation:  Classes > bBrowser >

bBrowser:RecordGroupItemClose()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for closing a record group item.

Class

bBrowser

Type

Method

Syntax

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

Arguments

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

Return Value

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

Description

bBrowser:RecordGroupItemClose() is a callback method that is called by the bBrowser whenever a record group item was closed. 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 closed or opened with the method bBrowser:RecordGroupItemChangeState().

See Also

bBrowser:RecordGroupItemChangeState()

bBrowser:RecordGroupItemOpen()

bRecordGroupEvent

bRecordGroupItem

 


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