Navigation:  Classes > bCheckColumn >

bCheckColumn:RecordPut()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Adds a record to the list bCheckColumn:RecordList.

Class

bCheckColumn

Type

Method

Syntax

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

Arguments

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

Return Value

lSuccessA logical value that indicates whether the record was added to the list.
TRUEThe record was added.
FALSEThe record could not added.
Data Type:Logic

Description

bCheckColumn:RecordPut() adds a record number to 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:Check() must be invoked instead.

See Also

bCheckColumn:Check()

bCheckColumn:RecordDelete()

bCheckColumn:RecordGet()

bCheckColumn:RecordList

bCheckColumn:RecordListClear()

 


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