Construction
CRecordView | Constructs a CRecordView object. |
Attributes
OnGetRecordset | Returns a pointer to an object of a class derived from CRecordset. ClassWizard overrides this function for you and creates the recordset if necessary. |
IsOnFirstRecord | Returns nonzero if the current record is the first record in the associated recordset. |
IsOnLastRecord | Returns nonzero if the current record is the last record in the associated recordset. |
Operations
OnMove | If the current record has changed, updates it on the data source, then moves to the specified record (next, previous, first, or last). |