DataSetAppendRow - cWebList

Appends a new row of data to the end of the list

Type: Procedure

Parameters: tWebRow tRow

ParameterDescription
tRowA tWebRow struct populated with the new row data


Syntax
Procedure DataSetAppendRow tWebRow tRow

Call: Send DataSetAppendRow tRow


Description

Send DataSetAppendRow to append a new row of data to the end of the list. 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 row is not added to the list until after the current server call is completed.

See Also

DataSetInsertRowBefore | DataSetRemoveRow | DataSetUpdateRow