Click or drag to resize

DataWindow.Undo Method (Typed)

X#
Undo recent changes made in this data window.

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
If the data window is in "form" view, this applies to changes to the contents of the current edit control in the data window; if in "browse" view, this applies to the changes made to a cell in the data browser.
See Also