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>,

<iRow>,

<iRecNo>

) Æ 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

 

<iRow>The number of the row in which the selection is to be removed.
Data type:Integer

 

<iRecNo>The record number of the row in which the selection is to be removed.
Data type:Integer

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