Navigation:  Classes > bBrowser >

bBrowser:SetDeleted()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Changes the global setting that determines whether to ignore or include records that are marked for deletion.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SetDeleted(<lIgnore>) Æ lSuccess

Arguments

<lIgnore>A logical value that indicates whether deleted records are to be ignored. The value TRUE causes that deleted records are ignored and are thus also not displayed in the browser.
Data Type:Logic

Return Value

lSuccessA logical value that indicates whether the new setting was set.
TRUEThe setting was set.
FALSEThe setting was not set.
Data Type:Logic

Description

bBrowser:SetDeleted() changes the global setting for the visibility of deleted records. The method corresponds as far as possible to the function SetDeleted().

 

If the value TRUE is specified and the servers linked with the browser stands on a deleted record then the server automatically positioned on the next record.

 

Changing the setting causes that the browser refreshes the column values.

See Also

bBrowser:Delete()

 


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