Navigation:  Classes > bCheckColumn >

bCheckColumn:RecordListClear()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes all records from the list bCheckColumn:RecordList.

Class

bCheckColumn

Type

Method

Syntax

<oCheckColumn>:RecordListClear() Æ lSuccess

Return Value

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

Description

bCheckColumn:RecordListClear() removes all records from the list bCheckColumn:RecordList.

 

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:UncheckAll() must be invoked instead.

See Also

bCheckColumn:RecordDelete()

bCheckColumn:RecordGet()

bCheckColumn:RecordList

bCheckColumn:RecordPut()

bCheckColumn:UncheckAll()

 


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