Skip to content

AppendNewRow - cWebList

Instructs the client to add a new row to the end of the grid

Type: Procedure

Syntax

Procedure AppendNewRow

Call Example

Send AppendNewRow

Description

Send AppendNewRow to instruct the client to add a new row to the end of the grid (cWebGrid). If pbOfflineEditing is False (the default), then AppendNewRow will, in turn, trigger the OnNewRow event.

This message has no effect on a cWebList object.