Skip to content

DataSetUpdateRow - cWebList

Updates a single row in the list with new data

Type: Procedure

Parameters

Parameter Type Description
sRowID String RowId of the row that will be updated
tRow tWebRow A tWebRow struct populated with the new row data

Syntax

Procedure DataSetUpdateRow String sRowID tWebRow tRow

Call Example

Send DataSetUpdateRow sRowID tRow

Description

Send DataSetUpdateRow to update an existing row in the list with new data. This will update the user interface if needed.

This method is part of the API for manipulating the data of a manually filled list. You should only use this on a manually loaded list, i.e. where pbDataAware = False or peDbGridType = gtManual.

Since this message is implemented as an asynchronous client action. This means that the list is not updated until after the current server call is completed.

DeserializeRowId deserializes a RowId string into a RowId type and SerializeRowId serializes a RowId type to a string.