Methods |
Description |
getDataMember |
Retrieves the bound member of the DataNavigator control's underlying data source. |
getDataSource |
Retrieves the data source underlying the DataNavigator control. |
moveFirst |
Moves the underlying recordset to the first record. |
moveLast |
Moves the underlying recordset to the last record. |
moveNext |
Moves the underlying recordset to the next record. |
movePrevious |
Moves the underlying recordset to the previous record. |
setDataMember |
Sets the bound member of the DataNavigator control's underlying data source. |
setDataSource |
Sets the data source underlying the DataNavigator control. |