<< Return to Main Index

< Return to Class Index

CGXDBEGrid::CancelRecord

virtual void CancelRecord();

Remarks

This method is called to cancel any pending changes in the current record and resets the edit- or append-mode. If an addNew was pending, the last row is removed from the grid.

Note on undo/redo support: CancelRecord will not remove commands from the undo list. As this could possibly confuse the customer, you should consider calling UndoRecord instead.

Delegates to CGXBrowserLayoutManager::CancelRecord

See Also

CGXDBEGrid::UndoRecord

CGXDBEGrid 

Class Overview | Class Members