Click or drag to resize

DataBrowser.Undo Method

X#
Undo recent changes to a row in the data browser.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Undo() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
There is normally little need to call this method, since it is automatically called from the data window. The keyboard interface for a regular undo operation is automatically provided, but menu commands and toolbar items should also be provided on the window.
See Also