Navigation:  Classes > bCheckColumn >

bCheckColumn:RecordDelete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes a record from the list bCheckColumn:RecordList.

Class

bCheckColumn

Type

Method

Syntax

<oCheckColumn>:RecordDelete(<nRecNo>) Æ lSuccess

Arguments

<nRecNo>The record number which is to be removed from the list bCheckColumn:RecordList.
Data Type:Integer | Float | Real8

Return Value

lSuccessA logical value that indicates whether the record was removed from the list.
TRUEThe record was removed.
FALSEThe record could not be removed.
Data Type:Logic

Description

bCheckColumn:RecordDelete() removes a record from the list bCheckColumn:RecordList. The list contains all records for which the data value TRUE was set.

 

Important note!
The method does not send a notification to the connected data server. This indicates that the bBrowser does not update the displayed data values of the virtual column. If this is required, the method bCheckColumn:Uncheck() must be invoked instead.

See Also

bCheckColumn:RecordGet()

bCheckColumn:RecordList

bCheckColumn:RecordListClear()

bCheckColumn:RecordPut()

bCheckColumn:Uncheck()

 


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