Skip to content

RemoveRow - cCJGridDataSource

Removes the passed row from the datasource

Type: Procedure

Parameters

Parameter Type Description
iIndex Integer The row number of the row to be removed

Syntax

Procedure RemoveRow Integer iIndex

Call Example

Send RemoveRow iIndex

Description

RemoveRow removes a row from the datasource array. Upon completion, the datasource is one row smaller and the SelectedRow is cleared (set to -1). This does not change or delete the data in your DataDictionary.

This is called by the cCJGrid object's cCJGrid.RemoveRowAndSelect method, which is used to remove and delete rows from a grid.

You will never send this message and will probably never augment it. If you create a custom datasource class, this interface must be supported.