Parameter | Description |
---|---|
sRowID | The RowID of the row to navigate to. Must be serialized before passing. |
Procedure MoveToRowByID String sRowID
Call: | Send MoveToRowByID sRowID |
Send MoveToRowByID to instruct the client to navigate to the row matching the passed RowID.
As with any row navigation, this requires that changes in the current row must be committed, cleared or the navigation cancelled. See MoveToRow for a complete description of this process.
DeserializeRowId deserializes a RowId string into a RowId type and SerializeRowId serializes a RowId type to a string.
MoveDownRow | MovePageDown | MovePageUp | MoveToFirstRow | MoveToLastRow | MoveUpRow