Navigation:  Classes > bBrowser >

bBrowser:Delete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Delete the current record in server.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:Delete() Æ lDeleted

Return Value

lDeletedA logical value that indicates whether the current record was deleted.
TRUEThe record was deleted.
FALSEThe record was not deleted.
Data Type:Logic

Description

bBrowser:Delete() deletes the current record in the linked server. Any active edit is closed beforehand. If an error occurs, the delete is canceled.

 

If the record was deleted and deleted records are not visible (see also SetDeleted()), the next record is selected automatically.

See Also

bBrowser:SetDeleted()

 


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