DataBrowser.CanUndo Method | |
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
public virtual Usual CanUndo()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if the operation can be undone; otherwise, FALSE.
See Also