Navigation:  Classes > bBrowser >

bBrowser:EditCancel()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Cancel the active input in a data cell, without saving the changed value.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:EditCancel() Æ lCancel

Return Value

lCancelA logical value that indicates whether the input was canceled.
TRUEThe input was canceled.
FALSEThe input could not be canceled.
Data Type:Logic

Description

Before the input is cancelled, the browser calls the method bBrowser:CellEdit() with the EditMode BEDIT_CANCEL. The method checks whether a method with the same name is defined in the owner of the browser and calls this if it exists. With this method the owner can decide now whether the input may be canceled or whether it is to be continued. If the method returns the value FALSE the input is not canceled.

See Also

bBrowser:CellEdit()

bBrowser:Edit()

bBrowser:EditClose()

bBrowser:EditUndo()

 


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