Click or drag to resize

DataBrowser.CanUndo Method

X#
Determine if the most recent changes to a data browser column can be undone (using DataBrowser:Undo()).

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

Return Value

Type: Usual
TRUE if the operation can be undone; otherwise, FALSE.
See Also