Subject Re: [IBO] Deleting multiple rows
Author Helen Borrie
At 08:37 PM 21/04/2004 +0000, you wrote:
>With IBO what's the usual approach to deleting multiple selected rows
>in IB_GRID? Iterating through the selected rows and deleting them?

You can refer to the Selected property of the dataset to avoid the
iteration. IBO then just targets by RowNum those rows that are represented
in SelectedBookmarks.

>Or it's somehow already done by IBO, in this case how?

The plan always was to add "batch" properties and methods like
"DeleteSelected" and so on, but I don't think it has been implemented so far.

Helen