Navigation:  Classes > bCheckColumn >

bCheckColumn:UncheckAll()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Puts the data value FALSE for all records in the column.

Class

bCheckColumn

Type

Method

Syntax

<oCheckColumn>:UncheckAll() Æ lSuccess

Return Value

lSuccessA logical value that indicates whether the data value was put for all records.
TRUEThe data value was put.
FALSEThe data value could not be put.
Data Type:Logic

Description

bCheckColumn:UncheckAll() puts the data value FALSE for all records. With the method bCheckColumn:CheckAll() the data value TRUE can be put for all records.

 

So that the changed data value is shown in the bBrowser the notification NOTIFYFILECHANGE is sent to the connected data server. If notifications are not suspended, this results in showing the changed data values in the bBrowser.

 

With the method bCheckColumn:Uncheck() the data value FALSE can be put for the current record.

 

Important note!
All records are removed from the list bCheckColumn:RecordList.

See Also

bCheckColumn:CheckAll()

bCheckColumn:RecordList

bCheckColumn:RecordListClear()

bCheckColumn:Uncheck()

 


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