RemoveRow - cWebList
Instructs the client to remove the specified row at the client
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sRowID | String | RowId String |
Syntax
Procedure RemoveRow String sRowID
Call Example
Send RemoveRow sRowID
Description
Instructs the client to remove the specified row at the client.
DeserializeRowId deserializes a RowId String into a RowId type and SerializeRowId serializes a RowId type to a string.