Parameter | Description |
---|---|
tRow | A tWebRow struct populated with the new row data |
Procedure DataSetAppendRow tWebRow tRow
Call: | Send DataSetAppendRow tRow |
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.
DataSetInsertRowBefore | DataSetRemoveRow | DataSetUpdateRow