Navigation:  Classes > bBrowser >

bBrowser:SelectionRemove()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removed either the entire selection or the selection from a cell or a row.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SelectionRemove(#All) Æ lSuccess

 

<oBrowser>:SelectionRemove(

#Single,

<iColumn>,

<nRowNo>,

<nRecNo>

) Æ lSuccess

Arguments

<iColumn>The number of the column in which the selection is to be removed. The column number refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:Integer

 

<nRowNo>The number of the row in which the selection is to be removed.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the row in which the selection is to be removed.
Data Type:Integer | Float | Real8

Return Value

lSuccessA logical value that indicates whether the specified selection was removed or not.
TRUEThe selection was removed.
FALSEThe selection could not be removed.
Data Type:Logic

Description

bBrowser:SelectionRemove() removes the specified selection and redraws the concerned cells.

See Also

bBrowser:SelectionMode

bBrowser:SelectionRestore()

bBrowser:SelectionRowCount

bBrowser:SelectionSave()

bBrowser:SelectionSet()

 


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