Click or drag to resize

DataBrowser.Undo Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Undo() AS VOID
Request Example View Source
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